SET Statement - MarkMpn/Sql4Cds GitHub Wiki
The SET
statement can be used to set the value of a local variable.
SET @variable = 'value'
The following additional SET
statements are also supported:
The SET
statement can be used to set the value of a local variable.
SET @variable = 'value'
The following additional SET
statements are also supported: