Hi,
I have a task and it’s simple : all NULL values of a table should be updated to not null let say to be ‘Value’, however the NOT NULL values will remain the same as it is.
consider that the table is little bit bigger 8 GB. it’s take to much time to update each column separately, just i need one simple run to update those data.
thanks.