How about something simple: Update MyTable Set MyColumn = NULL
Or, did you mean that you want to set all the columns in a NULL row? If so, you are having a database design issue. You should significantly limit which columns in the database are NULL.
source
share