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

DEALLOCATE DESCRIPTOR

Function

Deallocates a SQL descriptor area.

Syntax

DEALLOCATE DESCRIPTOR name

Parameter Description

name

SQL descriptor name. It is case sensitive and is an SQL identifier or a host variable.

Example

DEALLOCATE DESCRIPTOR mydesc;