I have a script that we are using to update our ERP database to a new version,
UPDATE ENUM_CODES SET COLUMN_NAME = 'PAY_STATUS' WHERE TABLE_NAME = 'PAYABLE' and COLUMN_NAME = 'STATUS' / but i dont know why it has the / after the update portion. Does anyone know what that / means?