|
The SET statement assigns a value to a declared variable.
You must declare variables before you can set them. SET is allowed only in stored procedures and triggers.
The following examples assigns a value of 10 to var1.
|
Chapter contents
Prev topic: SET TRUENULLCREATE
|