摘要: 1795. 每个产品在不同商店的价格 列转行 SELECT product_id, 'store1' store, store1 price FROM products WHERE store1 IS NOT NULL UNION SELECT product_id, 'store2' store, 阅读全文
posted @ 2022-09-18 21:48 hunter-w 阅读(106) 评论(0) 推荐(0) 编辑