UPDATE table SET column = NULL
note that results will depend on your RDBMS/column type/attributes. for example in mySQL if the column allows NULL then every row will be NULL. if the column does not allow NULL then the result would be en empty string for string types. if the column is a DATETIME type and does not allow NULL then each row will be 0000-00-00 00:00:00.