mysql 子查询

SELECT t.id,t.f_store_mobile,t.f_store_name,t.f_guardian FROM table1 t WHERE EXISTS (SELECT a.id FROM table1 AS a WHERE a.aa='') LIMIT 1000;

posted @ 2018-01-05 13:38  ppjj  阅读(168)  评论(0编辑  收藏  举报