Posted by SQLLearner on 09/26/85 12:00
I am new to SQL and am trying to sort some information. The data
isbeing sorted, but not in the way I desire it to be.
Example: Sorted Table:
Product Name
-------------------------
Test-1
Test-10
Test-11
Test-12
Test-2
Test-3
Test-4
Desired Table:
Product Name
-------------------------
Test-1
Test-2
Test-3
Test-4
Test-10
Test-11
Test-12
Thanks for any help.
Navigation:
[Reply to this message]
|