How do update all the columns together in table. That is if a column contains string null("NULL") I want to update it to DB NULL(NULL).
I want to achieve this with a single SQL statement without writing all the filed names in the statement. Because i have 60 to70 columns in each table.
Thanks in advance