IF customer.min_order_amt > customer.max_order_amt REPLACE customer.min_order_amt WITH OLDVAL("customer.min_order_amt") RETURN 0 ENDIF