|
|
Result Order
The columns in the result table are ordered as they are written in the
SELECTstatement, irrespective of the ordering in the source table. For example:SELECT format, format_id FROM formats;Returns:
FORMAT Audio CD Cassette DVD Audio Vinyl Audio Cassette Audio CD Hardcover Paperback DVD Video VideoQuick Select
A shorthand form for selecting all columns from a table is:
SELECT * FROM table_name ...In this case, the columns in the result table are ordered as they are defined in the source table.
|
Mimer Information Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 info@mimer.se |
|
|