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

3 lines
138 B
SQL

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