USE
Syntax
- USE catalog.schema
- USE schema
Description
This statement is used to specify the catalog and schema used by the current session. If the catalog is not specified, the current catalog is used by default.
Example
To specify the current session to the schema named test in the Hive catalog:
USER hive.test
Precautions
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.