vote up 5 vote down star
5

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

flag

6 Answers

vote up 4 vote down check

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

link|flag
You ROCK bobo!! Good advice FTW!! – mugafuga Dec 1 '08 at 22:24
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

I just use Books Online

link|flag
vote up 1 vote down

Google.

Or StackOverflow. :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.