Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Correct sorting of report in sql query
Hi,
I want to sort the numbered numbers in the sql query I wrote. but when I want it to be sorted as 1,2,3.., it is sorted like 1,10,11. I'm having trouble with two-digit numbers.
For example;
I tried to take and sort the 2 digits with the SUBSTR function, but it didn't work. (ORDER BY SUBSTR (question_text, 1, 2) ASC)I would be very grateful if you could share what is the way I can solve this.
Regards,
Tagged:
0