Blankman
Blankman

Reputation: 266988

Tutorial that teaches simple to complex mysql queries

I've used sql server previously, and want to master mysql.

Is there a tutorial that goes into more of the advanced type queries? It would be great if it was starting from simple and then made its way to teaching advanced queries and query optimizations etc.

If there is a book then please mention that.

thanks!

Upvotes: 13

Views: 12449

Answers (3)

wlk
wlk

Reputation: 5785

Here's a list of common queries, this might help:
http://www.artfulsoftware.com/infotree/queries.php?&bw=1272

Upvotes: 10

Edgar Kelevra
Edgar Kelevra

Reputation: 103

this site was really really helpful when I was learning

http://www.tizag.com/mysqlTutorial/

Upvotes: -1

Sathyajith Bhat
Sathyajith Bhat

Reputation: 21851

Have a look at O'Reilly's SQL Cookbook. I own a copy of this and has been pretty handy.

Upvotes: 5

Related Questions