RulePoint
- RulePoint 6.1.2
- All Products
WHEN 3 transaction t WITH match(t.Merchant_ID) then response
WHEN 3 transaction t WITH match(t.Merchant_ID) AND sum(t.Purchase_Amount)> 500 then response
WHEN 2 stock s, 2 bond b WITH match(s.symbol) AND match(b.symbol) then response
WHEN 2 stock s, 2 bond b WITH match(s.symbol, b.symbol) then response