Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-15 : 09:54:23
|
| Quyen writes "How have a order column when select data from the table ?" |
|
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2002-05-15 : 10:02:47
|
| SELECT statement ::= < query_expression > [ ORDER BY { order_by_expression | column_position [ ASC | DESC ] } Lookup ORDER BY in BOL |
 |
|
|
|
|
|