[bo]以下是引用 [un]madpbpl[/un] 在 2008-3-19 15:04 的发言:[/bo]
select top 6 * from [tb] where id not in (select top 4 id from [tb])
按楼上的那样写出错了///
select top 6 * from updata where user_id not in (select top 4 user_id from updata)
====
服务器: 消息 208,级别 16,状态 1,行 1
对象名 'updata' 无效。
服务器: 消息 208,级别 16,状态 1,行 1
对象名 'updata' 无效。
我的updata为 表名
user_id 为自动排序