Click to See Complete Forum and Search --> : sql/mysql


madddidley
07-24-2004, 01:29 PM
I have mysql on my computer. Can I use the sql syntax for mysql? The reason is I have a text book with some sql. I've used mysql but sql looks easier to understand.





my site
www.madddidley.com

AdamGundry
07-24-2004, 02:28 PM
The vast majority of standard SQL queries should work on MySQL, since its dialect is close enough to the standards for most purposes. For detailed information, check out the manual:

http://dev.mysql.com/doc/mysql/en/Compatibility.html

Adam

madddidley
07-24-2004, 06:36 PM
thanks