SyntaxFix
Write A Post
Hire A Developer
Questions
Very Simple. The distinct keyword will take care of duplicates as well.
SELECT distinct SupplierID FROM [Products] order by SupplierID desc limit 1 offset 1