码迷,mamicode.com
首页 > 数据库 > 详细

sql中比较大小

时间:2014-10-21 12:09:17      阅读:297      评论:0      收藏:0      [点我收藏+]

标签:ar   new   as   sql   type   table   rom   select   date   

if object_id(‘tempdb..#dataOldNew1‘) is not null drop table #dataOldNew1
select
distinct store_cd
,item_cd
, ItemType
, CompStoreNM
, CompPrice
-- , CompStandardNum
-- , CompBrandNM
, CreateDate
into
#dataOldNew1
from
#alldata as a
where
(
select count(o) from #alldata as b
where
a.item_cd=b.item_cd
and
a.store_cd=b.store_Cd
and
a.CompStoreNM=b.CompStoreNM
and
a.inum<b.inum
--a.createdate<b.createdate
)<1

sql中比较大小

标签:ar   new   as   sql   type   table   rom   select   date   

原文地址:http://www.cnblogs.com/zigewb/p/4039924.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!