Tag Archives: SQL Scalar

SQL Scalar Variables

February 28, 2023

SQL scalar variables (otherwise known as local scalar variables) must be defined with type and set to a value before the variable can be used. This can be done in two steps or as a single step. Additional Links