Hello All.
Is there any syntax for getting fields in a column in an alphabetical order in mysql?
See, for example...
I have a two column with "NAME & NUM".
NAME NUM
BHANU 6
KIRAN 3
ADAPA 8
CHANDU 7
I need to get the names in alphabetical order.
There is one syntax : select NAME from tablename orderby NUM;
I don't need this syntax.
Without having these kind of Syntaxes, it should display directly.
Help needy.