DROP ZONEMAP

Purpose

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

Prerequisites

Syntax

drop_zonemap::=

syntax diagram

Example

Copy
DROP ZONEMAP ON t1 (order_date);