sql exists (函数) 是否存在
select * from A a where exists (select 1 from B b where b.id = a.id and b.name = 'dennybruce');
?
发布时间: 2012-10-09 10:21:45 作者: rapoo
sql exists (函数) 是否存在
select * from A a where exists (select 1 from B b where b.id = a.id and b.name = 'dennybruce');
?