how to delete all data from 1 column sql code example Example: sql delete all values in a column UPDATE TableName SET ColumnName = NULL