Sets the values of one or more variables in a Set Variable statement.
The SET clause sets the values of listed variables to the output of the specified expression, if the trigger, specified by the Set Variable statement's ON and WHEN clauses occurs.
Set Variable statement
ON
WHEN
ON StreamX WHEN StreamX.Price > 100 SET price_alert = TRUE;