Hi!
I have 3 columns in my table, t1, t2, t3
There are integer values from 0 - 999 in every column.
Now I wanna sort by all 3 columns like that:
t1 t2 t3
==========
000 034 04
200 204 24
201 002 02
I used CONCAT, but then the 3 row would be placed wrong, because the CONCAT generates: 20122.
How can I order that? Thx for any tips and comments!
holgerp
I have 3 columns in my table, t1, t2, t3
There are integer values from 0 - 999 in every column.
Now I wanna sort by all 3 columns like that:
t1 t2 t3
==========
000 034 04
200 204 24
201 002 02
I used CONCAT, but then the 3 row would be placed wrong, because the CONCAT generates: 20122.
How can I order that? Thx for any tips and comments!
holgerp