1个回答
展开全部
select * from TableName as TA
where exists
(
select * from TableName as TB
where TA.ColumnName = TB.ColumnName
)
where exists
(
select * from TableName as TB
where TA.ColumnName = TB.ColumnName
)
本回答被网友采纳
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |