Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Use variable as alias

    Perhaps you want a table variable?

    DECLARE @Table TABLE

    (

    Column1 INT NOT NULL,

    Column2 VARCHAR(10) NOT NULL

    )

Viewing post 1 (of 1 total)