方法1: select * from a where id not in(select id from b). 方法2: select a.* from a left join b on a.id=b.id where isnull(b.age). 方法3:
確定! 回上一頁