Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: T-SQL Challenge #1

    -- ?????

    DECLARE @m TABLE (ID INT IDENTITY(1,1), code INT, aname VARCHAR(10), typeT INT)

    INSERT INTO @m (code , aname , typeT )

    SELECT *

    FROM

    (

    SELECT code,...

Viewing post 1 (of 1 total)