Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: INSERT INTO

    If the choices are kept unchanged, then the statements should be something like:

    ...

    INSERT INTO dbo.Cuss2( cid, cut, ph, adx)

    VALUES (1, 'cust 1', '(111) 111-1111', 'address 1');

    INSERT INTO dbo.Cuss2( cid,...

Viewing post 1 (of 2 total)