Upsolve AI home pagelight logodark logo
  • Support
  • Request Access
  • Request Access
Reference
USE
Documentation
Chart Configuration
Integrations
API Reference
Demo
Dashboard Example
SQL Reference
  • Impact Studies
  • Security Trust Center
  • Community
  • Blog
  • SQL
    • Introduction
    Reference
    • DESCRIBE
    • EXECUTE
    • PREPARE
    • SELECT
    • SHOW CATALOGS
    • SHOW COLUMNS
    • SHOW SCHEMAS
    • USE
    • VALUES
    Data Types
    • Data types
    Functions
    • Aggregate functions
    • Array functions and operators
    • Binary functions and operators
    • Bitwise functions
    • Comparison functions and operators
    • Conditional Expressions
    • Conversion
    • Date and time functions and operators
    • Decimal functions and operators
    • HyperLogLog Functions
    • JSON functions and operators
    • Lambda expressions
    • Map
    • Machine learning functions
    • Quantile digest functions
    • Regular expression functions
    • Set Digest functions
    • String functions and operators
    • Table functions
    • Teradata functions
    • URL functions
    • UUID Functions
    • Window functions
    Routines
    • Introduction to SQL routines
    • Example SQL routines
    • BEGIN
    • CASE
    • DECLARE
    • FUNCTION
    • IF
    • ITERATE
    • LEAVE
    • LOOP
    • REPEAT
    • RETURN
    • SET
    • WHILE
    Reference

    USE

    ​
    Synopsis

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

    USE hive.finance;
    USE information_schema;
    

    Was this page helpful?

    Suggest editsRaise issue
    SHOW SCHEMASVALUES
    websitelinkedinhacker-news
    Powered by Mintlify
    On this page
    • Synopsis
    • Description
    • Examples