Arsench Posted September 27, 2008 Share Posted September 27, 2008 Hello, is there any way to update table1.field from table2.field. for example, table1.p_id must be = table2.id. thanks Link to comment https://forums.phpfreaks.com/topic/126023-multi-update/ Share on other sites More sharing options...
F1Fan Posted September 27, 2008 Share Posted September 27, 2008 "... set table1.p_id = (select table2.id where whatever...)..." Link to comment https://forums.phpfreaks.com/topic/126023-multi-update/#findComment-651718 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.