摘要:
declare @ttb table( [undid] [int] not null IDENTITY (1, 1) , [ID] [int] not null Primary key)set RowCount 60insert into @ttb select id from dbo.qqqq where Isction=0 and Isld=0 and QueeID<>3SELECT * FROM dbo.qqqq WHERE ID in (select ID from @ttb where undid>40) 阅读全文
posted @ 2011-04-23 16:42
caicainiao
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号