Skip to Main Content
Forums
Search
Required
Search Scope
All Domains
This Domain
Required
Install App
Sign In
Go back
Development Tools & DevOps
New Post
Ordering Data
88382
Sep 13 2002
Hi there,
I have data in following order in the table.
1
2
101
201
10101
10102
20101
20102
i want data ordered like this
1
101
10101
10102
2
201
20101
20102
what should be the query and order by clause ?
Thanks
Comments
Please sign in to comment
Post Details
Added on Sep 13 2002
#forms
1 comment
75 views
---
---