Discussion in 'Databases' started by William, Sep 22, 2006.
How can I change the data of all entries in a certain db field to another value.
UPDATE table_name SET field_name = 'new_value' Code (markup):
UPDATE table_name SET field_name = 'new_value'
Separate names with a comma.