picoSQL - Language reference manual |
This predicate allows to verify the existence at least a rows in any table that satisfies some conditions. The syntax is:
EXISTS (subquery)
The result of predicate is TRUE if the subquery result contains at least one row, FALSE otherwise.