摘要: 1777. 每家商店的产品价格 select product_id, sum(if(store='store1',price,null)) store1, sum(if(store='store2',price,null)) store2, sum(if(store='store3',price,n 阅读全文
posted @ 2023-12-29 12:32 爱新觉罗LQ 阅读(13) 评论(0) 推荐(0)