Question about the ORDER BY command
When I use ORDER BY, it always lists the quantities from least to greatest. But the challenge I'm facing requires the opposite: from greatest to least. How do I do that? Thanks!
When I use ORDER BY, it always lists the quantities from least to greatest. But the challenge I'm facing requires the opposite: from greatest to least. How do I do that? Thanks!
Never mind, it's ORDER BY ... DESC.
Yorum yazmak için lütfen oturum açın.