DROP BRANCH#

Synopsis#

DROP BRANCH [ IF EXISTS ] branch_name
IN TABLE table_name

Description#

Drops an existing branch or tag.

The optional IF EXISTS clause causes the error to be suppressed if the branch does not exist. Support for branches and tags varies across connectors. Refer to the connector documentation for details.

Examples#

Drop the branch or tag audit in the table orders:

DROP BRANCH audit IN TABLE orders

See also#