if (select  count(*)   from HY where  
CardCode in(  select  CardCode from HY
group by CardCode
HAVING   count( CardCode) >1))>0
print '会员卡号有重复'

相关文章:

  • 2021-10-17
猜你喜欢
  • 2022-02-14
  • 2021-10-10
  • 2022-12-23
  • 2021-12-03
  • 2021-10-17
  • 2021-09-09
相关资源
相似解决方案