UPDATE AD_COLUMN
SET istranslated = 'N'
WHERE ad_column_id = 7604;
SET istranslated = 'Y'
WHERE ad_column_id = 6256;
COMMIT;