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;
mysql 子查询
阅读 50
2023-05-11
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;
相关推荐
精彩评论(0)