where
The
where keyword defines a constraint
in a collect statement.
Purpose
This keyword is used in a collect statement
in the condition part of a rule to contain tests that the collection
object must fulfill.
Context
Rule conditions
Syntax
[?variable:] collect [(expression)] collectionTarget
[where (collectionTest1 ... collectionTestn)];
Description
You can leave this statement empty.