The SET statement.
See SET for details.
You can specify these options for assignment statements.
- SET
- A keyword introducing the SET statement used for assigning a value to a variable or parameter.
- assignment_target
- Name of the variable or parameter to be assigned a value.
- assignment_source
- Arithmetic and string expressions that contain the value to be assigned to a variable.