schemas
The set of schemas referenced in a query.
SCHEMAS
Returns a set of all schemas that are referenced in the query. Schemas are fully-qualified even if the actual references are relatively qualified.
- Any values that are compared to must be fully-qualified in the condition.
- The provided values should be a dot delimited identifier (quoted or unquoted). This is not a string.
SCHEMAS CONTAINS "DB1"."S1"
SCHEMAS CONTAINS ALL ("DB1"."S1", "DB2"."S2")
SCHEMAS CONTAINS ANY ("DB1"."S1", "DB2"."S2")