USE

概要

USE catalog.schema
USE schema

描述

更新会话以使用指定的目录和模式。如果没有指定目录,则模式将相对于当前目录解析。

示例

USE hive.finance;
USE information_schema;