Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Update a column matching multiple records

    Create table customer
    (custid int constraint ct_id primary key,
    cust_name nvarchar(100),
    cust_addr1 nvarchar(100),
    cust_addr2 nvarchar(100),
    city,
    cust_zip number(5),
    cust_plus4 number(4))

    ...

Viewing post 1 (of 1 total)