Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Update Ststement Syntax Error

    Thanks, using the UPDATE FROM structure was the answer. So my script now looks like this, and parses successfully:

    UPDATE GISADMIN.ServicePoint

    SET GISADMIN.ServicePoint.AddressStreetNumber=GISADMIN.ServiceTap.AddressStreetNumber

    FROM GISADMIN.ServicePoint

    INNER JOIN GISADMIN.ServiceTap

    ...

Viewing post 1 (of 1 total)