现有2个查询语句
select * from dbo.Products s where s.ID=914
select * from dbo.Products where Pro_Id in (select Pro_Id from dbo.Searches where Tag='914')
上下2个语句查出的结果是不一样的 怎么让他们全部显示 xiexie~~
...全文
1155打赏收藏
求一联合查询
现有2个查询语句 select * from dbo.Products s where s.ID=914 select * from dbo.Products where Pro_Id in (select Pro_Id from dbo.Searches where Tag='914') 上下2个语句查出的结果是不一样的 怎么让他们全部显示 xiexie~~