SQL - Select statement |
SQL is a "Non Procedural Language". That means that there is little or no meaning in the order of statements.
| SELECT column1, column2, ..... * |
{Output} {Selects the whole row} |
| FROM table1, table2, .... | {Input} |
| WHERE conditions ... | {Row Selection Conditions} |
| GROUP BY .... HAVING ..... |
{Condenses the data set} |
| ORDER BY ... | {Sort on a column} |
![]() |
|
![]() |
|
[Rev: 25/8/98] 27 Mar 97 © 1997 V/2-Com (Verhaart), P O Box 8415, Havelock North, New Zealand.