|
The ANY keyword works similarly to the ALL keyword except that Pervasive PSQL v9 Service Pack 2 includes the compared row in the result table if the condition is true for any row in the subquery result table.
The following statement compares the ID column from Person to the ID columns in the result table of the subquery. If the ID value from Person is equal to any of the ID values in the subquery result table, Pervasive PSQL includes the row from Person in the result table of the SELECT statement.
|
Chapter contents
Prev topic: ALTER USER
|