> ALL and < ALL

SQL Server 6.0

ANSI-compatible. Queries with >ALL (greater than ALL) or <ALL (less than ALL) evaluate to true when the subquery returns no rows.

SQL Server 4.2x

Queries with >ALL (greater than ALL) or <ALL (less than ALL) evaluate to false when the subquery returns no rows.