1、EXISTS在SQL中的作用是:检验查询是否返回数据。select a.* from tb a where exists(select 1 from tb where name =a.nam......