jdlev77 Posted July 20, 2004 Posted July 20, 2004 How do I run a sql script to change all of my products weight to 1 lbs, instead of going to each product and switching it. I'm lazy!! Please help
♥yesudo Posted July 20, 2004 Posted July 20, 2004 UPDATE `products` SET `products_weight` = '1'; Your online success is Paramount.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.