Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Order by Column Values

Girish SharmaJan 27 2008 — edited Nov 4 2010
Hello,
There is a table having following data:

A B C D
15 20 10 18
16 17 13 20
18 23 40 29

Output Should be like:
A B C D
10 15 18 20
13 16 17 20
18 23 29 40

Means, every rows' column values should be sorted in Asc Order.

Please guide and help me.

Kind Regards

Comments

Doug Clarke-Oracle
Tim,

Yes we have customers who have used TimesTen with TopLink. We do not yet ship a database platform (but will in 10.1.3). These customers have used the basic OraclePlatform and found that the general SQL syntax used has been adequate for common types.

If you have any issues with the SQL generated please let us know and we will work quickly to get you a solution.

Doug
Tiwatso-Oracle
Thanks Doug, we'll give it a try and let you know if we encounter any problems.
-Tim
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 26 2008
Added on Jan 27 2008
32 comments
11,999 views