摘要: update apples set price = ( select price from ( select * from apples ) as x where variety = 'gala') where variety = 'fuji'; 阅读全文
posted @ 2019-05-20 17:20 子夜小白 阅读(1018) 评论(0) 推荐(0) 编辑