tags:

views:

281

answers:

6
+5  Q: 

SQL Cheatsheet?

Just wondering if anyone has any favourite SQL references they to use when creating new queries. Possibly something that shows syntax, or available functions?

+1  A: 

Google.

Or StackOverflow. :)

Gene
A: 

I just use Books Online

bdukes
+4  A: 

If you're looking for one with just very basic functions you can try this to see if it fits your need.

http://www.sql.su/

You might have to paste the parts that you want into a better printing format as the top of the page has google ads =(

BoboTheCodeMonkey
You ROCK bobo!! Good advice FTW!!
mugafuga
+1  A: 

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.

MadMAxJr
A: 

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.

micro