tutorial for MySQl language

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
delhiris
Forum Commoner
Posts: 33
Joined: Sun Sep 06, 2009 3:57 pm

tutorial for MySQl language

Post by delhiris »

Plaese tell me some good tutorial for My SQl languege

Has diference between MySQl and standard SQL?IF yes please tell me where i can find the diferences
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: tutorial for MySQl language

Post by jackpf »

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

That's where I learned.

I think mysql pretty much follows the SQL standards.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: tutorial for MySQl language

Post by Eran »

There are plenty of small differences - http://dev.mysql.com/doc/refman/5.0/en/ ... -ansi.html
Personally, I think the manual is the best place to learn. A lot of good stuff there
Post Reply