HP NonStop SQL/MP Reference Manual—523352-013
Q-7
Examples—Quantified Predicate
This example finds all part numbers that are equal to any part number with more
than five units in stock:
PARTNUM = ANY (SELECT PARTNUM
FROM ODETAIL WHERE QTY_ORDERED > 5)