DROP ZONEMAP

Purpose

Use this statement to disable the use of zonemaps for a given table and column.

Prerequisites

Syntax

drop_zonemap::=

syntax diagram

Example

DROP ZONEMAP ON t1 (order_date);