Content deleted Content added
cut and paste from SQL article |
link JOIN keyword |
||
Line 114:
With the same table, the query <code>Select * from T where C1=1</code> will result in all the elements of all the rows where the value of column C1 is '1' being shown.
See:
*[[Join (SQL)|JOIN keyword]]
|