CLEAR_DEPOT_ANTI_PIN_POLICY_PARTITION
Removes an anti-pinning policy from the specified partition.
	Eon Mode only
Removes an anti-pinning policy from the specified partition.
This is a meta-function. You must call meta-functions in a top-level SELECT statement.
Behavior type
VolatileSyntax
CLEAR_DEPOT_ANTI_PIN_POLICY_PARTITION( '[[database.]schema.]object-name', 'min-range-value', 'max-range-value' [, 'subcluster'] )
Arguments
- [- database- .]- schema
- Database and schema. The default schema is - public. If you specify a database, it must be the current database.
- object-name
- Table or projection with a partition anti-pinning policy to clear.
- min-range-value,- max-range-value
- Range of partition keys in tablefrom which to clear an anti-pinning policy, wheremin‑range‑valuemust be ≤max‑range‑value. To specify a single partition key,min‑range‑valueandmax‑range‑valuemust be equal.
- subcluster
- Name of a depot subcluster, - default_subclusterto specify the default database subcluster. If this argument is omitted, all database depots are targeted.
Privileges
Superuser
See also
- SET_DEPOT_ANTI_PIN_POLICY_PARTITION