摘要:
1、select top 6 * from [jslm].[dbo].[Company_Info] WHERE c_ID NOT IN(SELECT TOP 4 c_ID FROM [jslm].[dbo].[Company_Info] order by c_ID) order by c_ID 2、select top 6 * from [jslm].[dbo].[Company_Info] where c_ID> (select max(c_ID) from (select top 4 c_ID from [jslm].[dbo].[Company_Info] order by c_I 阅读全文
posted @ 2012-03-14 14:51
xupeng
阅读(202)
评论(0)
推荐(0)

浙公网安备 33010602011771号