How can I propagate a table column with the same value 600 times with a link in every row without writing over some values that might already be there.
I can’t get this to work:
UPDATE TABLE SET column_name = REPLACE ( column_name,'NULL','new values' )
I know I must be close? Thanks everyone.
Perhaps this is what you want?