I want to be able to order the column names when I do a describe statement in SQL:
describe
use <db_name>; describe <table_name>;
What do I order it by?
use <db_name>; describe <table_name> order by <????>;
Thanks.
Aucun commentaire:
Enregistrer un commentaire