Variable
This page provides a comprehensive overview of Variable operations in Databend, organized by functionality for easy reference.
Variable Management
Command | Description |
---|---|
SET | Creates or modifies a session or user variable |
UNSET | Removes a user-defined variable |
Variable Information
Command | Description |
---|---|
SHOW VARIABLES | Displays current values of system and user variables |
备注
Variables in Databend allow you to store and reuse values within a session or across sessions, making scripts more dynamic and reusable.