日期:2014-05-16 浏览次数:20982 次
insert into tb(Bh) select top 1 '001' from tb where not exists (select 1 from tb where bh='001')
------解决方案--------------------
我还就没想出来
------解决方案--------------------
insert into tb(Bh) select distinct '001' from tb where Bh<>'001'