8.47. USE

Synopsis

  1. USE catalog.schema
  2. 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

  1. USE hive.finance;
  2. USE information_schema;