posted 18 years ago
From the spec:
collection_member_expression ::=
{single_valued_navigation | identification_variable | input_parameter}
[NOT] MEMBER [OF] collection_valued_path_expression
Examples:
SELECT OBJECT(c) from Customer c, IN Address a where c.Address MEMBER OF a
SELECT c.name from Customer c, IN Order o where c.address MEMBER OF o.address
SCJP 1.6, SCJD, SCWCD, SCBCD.
Be nice to people on the way up cos, you'll need 'em on your way down - From somewhere I can't remember!