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' 无效。