摘要: mysql8.0改5.7细节 先展示演示用表: 一、不接受子查询的 from 后所接的子查询里有主查询字段 这是可以执行的,因为主查询字段a.id没跟在from后 select (select b.val from tab_b b where b.id=a.id) from tab_a a结果:ab 阅读全文
posted @ 2021-09-26 20:54 随笔~~~~~~ 阅读(235) 评论(0) 推荐(0)