core-jgi/migration-historic/352a-353a/postgresql/339_fixPaymentWindow.sql

3 lines
136 B
SQL

-- Set Proper Where clause
UPDATE AD_Tab SET WhereClause='C_BPartner_ID IS NOT null',Updated=now(),UpdatedBy=100 WHERE AD_Tab_ID=330
;