DEFAULT MAP - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

You can specify an existing contiguous or sparse map as the default map for the user.

You must have been granted the specified map unless the map is the same as the default map of the user creator.

To specify a sparse map as the default, you must be in the same secure zone as the sparse map and the sparse map must be in the same secure zone as the user.

map_name
Name of an existing contiguous or sparse map.
You cannot specify TD_DataDictonaryMap or TD_GlobalMap.
OVERRIDE ON ERROR
Use the default map if an error occurs when the MAP clause is specified for a CREATE TABLE, CREATE JOIN INDEX, or CREATE HASH INDEX statement. For example, if the MAP clause specifies a nonexistent contiguous map or a sparse map in another secure zone, a warning message displays. The message indicates that the specified map was not used and lists the name of the default map used instead.
This is the default.
OVERRIDE NOT ON ERROR
Do not use the default map if an error occurs when the MAP clause is specified for a CREATE TABLE, CREATE JOIN INDEX, or CREATE HASH INDEX statement.
NULL
A default map is not associated with the user.