Updated on 2024-05-07 GMT+08:00

DEALLOCATE DESCRIPTOR

Function

Deallocates a SQL descriptor area.

Syntax

DEALLOCATE DESCRIPTOR name

Parameters

name

Name of an SQL descriptor, case sensitive. This can be an SQL identifier or a host variable.

Examples

DEALLOCATE DESCRIPTOR mydesc;