Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Cheatsheet? [closed]

Tags:

sql

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

like image 591
Deinumite Avatar asked Nov 10 '08 22:11

Deinumite


3 Answers

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 =(

like image 52
BoboTheCodeMonkey Avatar answered Oct 21 '22 09:10

BoboTheCodeMonkey


http://blog.sqlauthority.com/2008/10/02/sql-server-2008-cheat-sheet-one-page-pdf-download/

like image 4
sid Avatar answered Oct 21 '22 10:10

sid


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.

like image 3
Maximillian Avatar answered Oct 21 '22 10:10

Maximillian