Return to Snippet

Revision: 36868
at November 29, 2010 05:28 by dunkelgruen


Initial Code
-- Declare the variable to be used.
DECLARE @MyCounter int;

-- Initialize the variable.
SET @MyCounter = 0;

Initial URL

                                

Initial Description

                                

Initial Title
Decalare Variable in SQL

Initial Tags

                                

Initial Language
SQL