I need to update table2 with data from table1
the mysql4 code would be:
update table2,table1 set table2.field = table1.field where
table2.id = table1.id
how is this done in mysql 3.x ?
Don't limit your challenges.Challenge your limits.
Urs Always ,
K.KARTHIK
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com
Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php