Contents IndexDROP STATEMENT statement DROP SUBSCRIPTION statement

User's Guide
   Part VI. SQL Anywhere Reference
     Chapter 43. Watcom-SQL Statements
      DROP VARIABLE statement

Function

To eliminate a SQL variable.

Syntax

     DROP VARIABLE identifier

Usage

Anywhere.

Permissions

None.

Side effects

None.

See also

Description

The DROP VARIABLE statement eliminates a SQL variable previously created using the CREATE VARIABLE statement. Variables will be automatically eliminated when the database connection is released. However, variables are often used for large objects. Thus, eliminating them after use may free up significant resources (primarily disk space).

Contents IndexDROP STATEMENT statement DROP SUBSCRIPTION statement