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
相关文章
相关标签/搜索