Hi
how to select bottom 10 records in sql server
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Farhad MirshekarPosted Dec 19, 2014, 6:43 AM
Farhad MirshekarPosted Dec 19, 2014, 6:42 AM
Michal HabalcikPosted Dec 19, 2014, 6:38 AM
SELECT TOP 10 * FROM t2001 ORDER BY xyz DESC