select * from (select top 5 * from t order by No desc)t order by No asc 为获取最后5行数据。 找了很久没找到,只能用这种方法了,No为序号。t 为表名。