Subject question abount sql statement..?????
Author shyang
I want to use substring() like this...
 
select * from test_table order by substring(name,1,5) ASC;
 
How can i do??????