|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I have got a table with column field "varchar" type storing name of the users. I would like to display their names alphabetically either ascending or descending. How to do this?
Thanks |
|
#2
|
|||
|
|||
|
select * from table_name order by field_name [asc|desc]
|
|
#3
|
|||
|
|||
|
Thanks rod it works.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Can I sort column having varchar field alphabetically? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|