Dharmaraj Panigrahi
Pages
One
Two
Java
Home
Sunday, 18 May 2014
What is the SQL syntax for sorting, and which is the default order?
The default sorting order is ascending. These two statements are identical:
select from order by
select from order by asc
For descending order, simply replace “asc” with “desc.”
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment