Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ALTER TABLE table_name DROP [IF EXISTS] partition_spec IGNORE PROTECTION;

The above command will drop that partition regardless of protection stats.

...