sql列名 '显示状态' 不明确。
select*fromTable_piaoawhereexists(select1fromTable_piaotinnerjoin(select票号,收货人,显示状态,m...
select * from Table_piao a
where exists (select 1 from Table_piao t inner join (select 票号,收货人,显示状态,min(内部ID) as 内部ID from Table_piao
group by 票号,收货人,显示状态) tt
on tt.票号=t.票号 and tt.收货人=t.收货人 and tt.显示状态=t.显示状态 where 显示状态='显示' and 收款状态='未收' and 发款状态='未发' and t.票号=a.票号 and t.收货人=a.收货人 and t.显示状态=a.显示状态 )
--------------------------------------
消息 209,级别 16,状态 1,第 4 行
列名 '显示状态' 不明确。
我需要查出
收款状态='未收'
发款状态='未发'
“显示状态”相同的
“收货人”相同的
“票号”相同的
这个要怎么查?
还想只显示出“内部ID”较小的 展开
where exists (select 1 from Table_piao t inner join (select 票号,收货人,显示状态,min(内部ID) as 内部ID from Table_piao
group by 票号,收货人,显示状态) tt
on tt.票号=t.票号 and tt.收货人=t.收货人 and tt.显示状态=t.显示状态 where 显示状态='显示' and 收款状态='未收' and 发款状态='未发' and t.票号=a.票号 and t.收货人=a.收货人 and t.显示状态=a.显示状态 )
--------------------------------------
消息 209,级别 16,状态 1,第 4 行
列名 '显示状态' 不明确。
我需要查出
收款状态='未收'
发款状态='未发'
“显示状态”相同的
“收货人”相同的
“票号”相同的
这个要怎么查?
还想只显示出“内部ID”较小的 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询