Differences between version 9 and revision by previous author of SQL.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Tuesday, May 16, 2006 4:07:44 pm | by AristotlePagaltzis | Revert |
Older page: | version 8 | Last edited on Monday, May 15, 2006 7:54:43 pm | by DavidHallett | Revert |
@@ -8,9 +8,9 @@
__Retrieving data:__
<pre>
- SELECT ''t.column
_one
'', ''t.column
_...
'', ''n.column
_n'' FROM ''table_one t'', ''table_n n
'' WHERE ''condition''
+ SELECT ''col
_1
'', ''col
_2
'', ''col
_n'' FROM ''table'' WHERE ''condition''
</pre>
Eg. to find the access level of user number 154:''''