一.注释 -- 单行注释,从这到本行结束为注释,类似C++,c#中// /* … */ 多行注释,类似C++,C#中/* … */ 二.变量 (int, smallint, tinyint, decimal,float,real, money ,smallmoney, text ,image, char, varchar......) 语法: DECLARE { {@local_variable data_type} } [,...n] 例如: declare @ID int --申明一个名为@…