EXISTS
Last updated
Last updated
EXISTS conditions test for the existence of rows in a subquery, and return true if a subquery returns at least one row. If NOT is specified, the condition returns true if a subquery returns no rows. ()
This function is fully supported by .
No related EWIs.
No issues were found.