Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: A Sticky One

    quote:


    create table Test_Results

    (Equip_ID int,

    A_Test_Result varchar(50),

    Test_Date datetime)

    insert into Test_Results values (1, 'test11', getdate())

    insert into Test_Results values (1, 'test12', getdate())

    insert into...

Viewing post 1 (of 2 total)