I created a table and inserted 3 rows. Then I added a new column using alter. How can I add values to the column without using any null values?
alter
update table_name set new_column=value