Is there a comprehensive online reference listing all standard SQL keywords / functions? (More helpful if they are listed together and not spread about a site.)
|
1
|
|||||
|
|
|
try these lists: http://developer.mimer.com/validator/sql-reserved-words.tml |
||
|
|
|
|
The PostgreSQL's list (also contains the lists from SQL-92, SQL:1999 and SQL:2003 standards). |
||
|
|
|
|
You can find Oracle 10g reserved words here. The table of contents also lists all functions. |
||
|
|
|
|
Here's a list of all the reserved SQL words, but I also found this SQL Reserved Words Checker tool to be interesting.. |
||
|
|
|
|
Check this for all the reserved words for ANSI SQL standards. |
||
|
|
|
|
w3schools is probably a pretty good shout. more specifically you can refer to the RDBMS manual itself which will probably detail how to use every supported feature. |
||||
|
|
|
This is the Microsoft reference (for T-SQL): http://msdn.microsoft.com/en-us/library/aa238507(SQL.80).aspx |
|||
|
