Order by str to int
am 13.05.2006 01:42:37 von Alex CHi jave a database and I want to oder my result by a colum containing
string bit order them like they where int
ex Select * form members order by level
level is string containing data like '12'
I want to oder like the level is Int 12 and not string '12'
Thanks