1 select top (10) LogId,LoginId,SPName,ServerName,LoginTime,ExitTime from LoginLogs 2 where LogId not in (select top(10 *(3-1)) LogId from LoginLogs)
SQL Server 分页查询
原文:https://www.cnblogs.com/TanOnly/p/15237430.html