Skip to main content
Skip to main content

EXCHANGE Statement

Exchanges the names of two tables or dictionaries atomically. This task can also be accomplished with a RENAME query using a temporary name, but the operation is not atomic in that case.

Note

The EXCHANGE query is supported by the Atomic database engine only.

Syntax

EXCHANGE TABLES​

Exchanges the names of two tables.

Syntax

EXCHANGE DICTIONARIES​

Exchanges the names of two dictionaries.

Syntax

See Also