【发布时间】:2011-04-13 10:55:58
【问题描述】:
select id from table = 260 595 条记录
select id from table
left join table2 on table2.id = table.parent = 260 595 条记录
select id from table
inner join table2 on table2.id = table.parent = 260 192 条记录
找出table 中的哪些记录有错误(不存在)连接以便我更正它们的最简单方法是什么?
谢谢。
【问题讨论】:
标签: select left-join inner-join