bluewaves Posted March 30, 2009 Share Posted March 30, 2009 I want to update hundreds of records each being unique. UPDATE table SET Custom3='10' WHERE ProductID='459969168' Each will have a different custom3 name and a different product number. How would I do this for hundreds of updates at once? Link to comment https://forums.phpfreaks.com/topic/151774-updating-many-unique-records/ Share on other sites More sharing options...
fenway Posted April 1, 2009 Share Posted April 1, 2009 Where are you getting these magic numbers? Link to comment https://forums.phpfreaks.com/topic/151774-updating-many-unique-records/#findComment-798581 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.