SET
Assign values to different types of variables. Learn the syntax for setting user-defined variables, system variables, and stored program variables.
Syntax
SET variable_assignment [, variable_assignment] ...
variable_assignment:
user_var_name = expr
| [GLOBAL | SESSION] system_var_name = expr
| [@@global. | @@session. | @@]system_var_name = expruser_var_name:= exprDescription
GLOBAL / SESSION
DEFAULT
Examples
See Also
Last updated
Was this helpful?

