select top 10 * from Customer order by newid() desc 或 select newid() as ID,* from Customer order by ID desc