Skip to main content
November 29, 2007
Question

Query question (mysql)

  • November 29, 2007
  • 2 replies
  • 307 views
I wanted to know if I can use the Mysql UPDATE syntax to update more then one table at a time, or do i have to have separate queries for that?

Also can anyone give me some advise on a good MySQL reference book ?

Thanks
    This topic has been closed for replies.

    2 replies

    Inspiring
    November 29, 2007
    You need separate queries.
    Inspiring
    November 29, 2007
    The best MySQL reference I know of is online here
    http://dev.mysql.com/doc/refman/5.0/en/update.html