MYSQL嵌套查詢

 select * from a,b where a.id=b.b_id and a.no='001' and b.startdate is not null;  select * from a,c where a.id=c.c_id and c.class='user' and c.groupd ='group1'; select * from      (         select * f
相關文章
相關標籤/搜索