Mysql包含语句(in)用法

假设须要查看table_a表中包含table_b表中id的全部数据:web select * from table_a where id in (select id from table_b);svg 括号中的语句查出的是table_b中全部的id。xml
相关文章
相关标签/搜索