一个sql语句的关联查询_已解决_博问_博客园
不知相关的sql语句怎么写,请各位大大不吝指教啊。。。 是旧卡 | 初学一级 | 园豆:140 提问于:2010-11-13 18:31是关联查询三张表吗? 提问不清,Table...
大家帮忙解决一个SQL语句的问题,两张表的关联查询_百度知道
最佳答案: select * from a where exitsts(select * from b where b.uid=a.uid and b.viewFlag=1 and b.EndDate>=getdate())>0) order by a.id desc...更多关于一个关联查询的SQL语句讨论的问题>>
sql联合查询语句(两张表)_百度知道
最佳答案: select a.idd,a.name2,b.image2,a.name,a.image from a表 inner join b表 on a.tag2 = b.tag更多关于一个关联查询的SQL语句讨论的问题>>