DROP ZONEMAP
Purpose
Use this statement to disable the use of zone maps for a given table and column.
Prerequisites
Syntax
drop_zonemap::=
Example
DROP ZONEMAP ON t1 (order_date);