I know that
SELECT * FROM Table
will list all columns in the table, but I am interested in listing the columns in alphabetical order.
Say, I have three columns, "name", "age" and "sex".
I want the columns organized in the format
|age| |name| |sex|
Is it possible to do this with SQL?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…