Hi, Im trying to arrange my table's information alphabetically.
Say I have a table with a list of countries that I inserted randomly and now want them to be arranged alphabetically. Can I do this to the tables data itself without using the
statement to just retrieve the data?
thanks in advance
Say I have a table with a list of countries that I inserted randomly and now want them to be arranged alphabetically. Can I do this to the tables data itself without using the
Code:
Select Country from table, ORDER BY COUNTRY
thanks in advance
Comment