+ 1
Order By in SQL
Why doesn't 'order by' command makes the attributes to be aligned as you specify them. Rather, it just makes them Bold? e.g If I have customers table with attributes in the following order. ID, LName, FName,etc Query: SELECT * FROM customers ORDER BY FName; This will have the result: The whole customer's table content returned with just the FName column in Bold.
2 ответов
+ 2
can you give an example ?
an please provide the query in question
0
Thanks.
I've now updated the Question.