Drop Variable Summary The DROP VARIABLE command drops the specified variable. Syntax drop variable [if exists] <name>; Parameters Parameter Description [if exists] Suppresses error messages ...
Variable
Create and Use Global Variables
Create and Use Global Variables Connect’s xSQL language allows you to create global variables. These variables persist across sessions and users, and can store: Literal values Expressions that resol...