USE

Synopsis

  1. USE catalog.schema
  2. USE schema

Description

Update the session to use the specified catalog and schema. If a catalog is not specified, the schema is resolved relative to the current catalog.

Examples

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