how to delete all the values in a table in sql code example Example: sql delete all values in a column UPDATE TableName SET ColumnName = NULL