select 1 from ( select username as username from tbl1 union all select username from tbl2 union all select username from tbl3) awhere username = 'someuser'
欢迎分享,转载请注明来源:内存溢出
select 1 from ( select username as username from tbl1 union all select username from tbl2 union all select username from tbl3) awhere username = 'someuser'
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)