USE

概要

USE catalog.schema
USE schema

描述

更新工作階段以使用指定的目錄和綱要。如果未指定目錄,則綱要是相對於目前目錄解析。

範例

USE hive.finance;
USE information_schema;