A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/developer-guide/python-connector/../../sql-reference/sql/use-schema below:

Website Navigation


USE SCHEMA | Snowflake Documentation

USE SCHEMA

Specifies the active/current schema for the session:

See also:

CREATE SCHEMA , ALTER SCHEMA , DROP SCHEMA , SHOW SCHEMAS

Syntax
USE [ SCHEMA ] [<db_name>.]<name>

Copy

Parameters
[db_name.]name

Specifies the identifier for the schema to use for the session. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.

The SCHEMA keyword is optional if the schema name is fully qualified (in the form of db_name.schema_name).

The database name (db_name) is optional if the database is specified in the user session and the SCHEMA keyword is included.

Examples

Use the myschema schema with the database specified in the user session:

Use the myschema schema in the mydb database:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4