oskare100
02-06-2008, 12:55 PM
Hello,
I've a table with several columns. One of the colums is "products_id" which contains an ID assaigned to each product. Another column is "products_weight".
What I can't figure out is: I need to change all values in the "products_weight" column to a specified value for all "products_id"'s between for example 30 and 100.
So select all "products_id" between for example 30 and 100, then change all "products_weight" for those "products_id"'s to a specified value/weight....
Thanks,
Oskar
I've a table with several columns. One of the colums is "products_id" which contains an ID assaigned to each product. Another column is "products_weight".
What I can't figure out is: I need to change all values in the "products_weight" column to a specified value for all "products_id"'s between for example 30 and 100.
So select all "products_id" between for example 30 and 100, then change all "products_weight" for those "products_id"'s to a specified value/weight....
Thanks,
Oskar