Just wondering if anyone has any favourite SQL references they to use when creating new queries. Possibly something that shows syntax, or available functions?
|
5
|
|
|
|
|
|
If you're looking for one with just very basic functions you can try this to see if it fits your need. You might have to paste the parts that you want into a better printing format as the top of the page has google ads =( |
||
|
|
|
Also O'Reilly SQL pocket guide for a quick glance. Covers Oracle, DB2, SQL Server and MySQL. For more detailed questions, Date/Darwen: A Guide to the SQL Standard, MySQL Reference Manual ( http://dev.mysql.com/doc/refman/5.0/en/ ). or just Google. |
||
|
|
|
|
I'm a fan of the O'Reilly SQL pocket guide. It covers most of the major DB system types, and explains some of the functions that are unique to certain ones. |
||
|
|
|
|
I just use Books Online |
||
|
|
|
|
Google. Or StackOverflow. :) |
||
|
|
