databases
The set of databases referenced in a query.
DATABASES
Returns a set of all databases that are referenced in the query.
- The comparison to a
DATABASES
should be a quoted or unquoted identifier. This is not a string.
DATABASES CONTAINS null
DATABASES CONTAINS ANY ("DB1", "DB2")
DATABASES CONTAINS ALL ("DB1", "DB2")