-
SQL查找某一条记录的方法
SQL查找第n条记录的方法:select top 1 * from table where id not in (select top n-1 id from table) temptable0SQL查找第n条开始的m条记录的方法:s
SQL查找第n条记录的方法:select top 1 * from table where id not in (select top n-1 id from table) temptable0SQL查找第n条开始的m条记录的方法:s