lundi 9 novembre 2015

how to order the results of a `describe ` statement in SQL?

I want to be able to order the column names when I do a describe statement in SQL:

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