|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
hi, wondering if there's some way to alphabetize your database without too much effort?
any prebuilt functions or I'd have to program the inserts to do it alphabetically? |
|
#2
|
|||
|
|||
|
Check out the order by keyword in the manual.
select * from table order by some_field [asc|desc] |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Alphabetical order |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|