PC Nerd Posted April 9, 2007 Share Posted April 9, 2007 UPDATE queryies: i know that you can select multiple tables with SELECT queryies, but is it possible to update many fields from two tables?? eg UPDATE table1, table2 SET table1.field = '', SET table2.field4 = '' is that posible Quote Link to comment Share on other sites More sharing options...
btherl Posted April 9, 2007 Share Posted April 9, 2007 Mysql has a multiple table syntax listed here: http://dev.mysql.com/doc/refman/5.1/en/update.html Look towards the end for examples. Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted April 9, 2007 Author Share Posted April 9, 2007 thankyou Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.