Sorting result table columns
Is there a way to control the display order of columns in a result table?
I would like to sort them alphabetically to make it easier to find a specific column in a result table.
Thanks.
I would like to sort them alphabetically to make it easier to find a specific column in a result table.
Thanks.
Comments
For example lets say there are four columns in the table.
StudentId, Grade, Subject, Book
Can I make the columns instead be
Book, Grade, StudentId, Subject.
Currently it looks like the columns are displayed in the order they were added to the table with relationships at the end.
If a table has a lot of columns it is difficult to locate specific columns. I know I could create a specific Select statement to only retrieve specific columns but was wondering if there was another way.