EVERY

Purpose

EVERY returns 'TRUE' if the boolean_expr evaluates to true for every row that qualifies. Otherwise it returns 'FALSE'. You can use it as an aggregate or analytic function. It is the same as the function BOOLEAN_AND_AGG.