Show Variables Summary The SHOW VARIABLES command returns a result set listing all variables defined in the environment. Syntax show variables; Parameters None. Details The result set includes metadat...
Variables
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...
INSERT
INSERT with a Value List Use INSERT statements with literal values to add new rows to a table. For example: 1 SQL> insert into staging.order_item(batch_name, order_code, item_code, incentive...