DECLARE
DECLARE variablename variabletype [= expression]
Supported Data Types
|
Examples
declare @variable int
declare @variable string='test'