Are there any differences in the default sort type of the ORDER BY clause in oracle?
I know it is ASC if I ommit putting DESC immediately after order in 10 g.
Is it the same for 11g?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the documentation.
It says:
ASC | DESC Specify the ordering sequence (ascending or descending). ASC is the default.
http://docs.oracle.com/cd/B28359_01/server.111/b28286/functions001.htm