SET
Sets the specified system variables or user-defined variables for StarRocks. You can view the system variables of StarRocks using SHOW VARIABLES. For details about system variables, see System Variables. For details about user-defined variables, see User-defined variables.
tip
This operation does not require privileges.
Syntaxβ
SET [ GLOBAL | SESSION ] <variable_name> = <value> [, <variable_name> = <value>] ...