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? Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/151774-updating-many-unique-records/#findComment-798581 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.