Forum Moderators: open

Message Too Old, No Replies

Querying A Database

MySQL Database Query

         

dave_h

1:47 am on Nov 10, 2007 (gmt 0)

10+ Year Member



Hey Folks

Are there any really good resources online someone can recommend for MySQL?

At the moment I am interested in learning how to query a database.

Thanks
Dave

eelixduppy

1:49 am on Nov 10, 2007 (gmt 0)



[mysql.com...] is the authoritive site for MySQL related information, as well as the documentation.

If you want to SELECT information from a database, you should look at the SELECT syntax [dev.mysql.com].