8.47. USE
Synopsis
- USE catalog.schema
- USE schema
Description
Update the session to use the specified catalog and schema. If acatalog is not specified, the schema is resolved relative to thecurrent catalog.
Examples
- USE hive.finance;
- USE information_schema;