• 2022-05-29
    以下局部变量的声明语句正确的是( )
    A: DECLARE @a int,@b int
    B: DECLARE @a,@b int
    C: DECLARE @@a int,@@b int
    D: DECLARE @@a,@@b int