SELECT TOP $size$ * FROM asptest WHERE ID NOT IN(SELECT TOP $start$ ID FROM asptest ORDER BY ID DESC)ORDER BY ID DESC,不需要拼接都可以