ClickHouse/docs/en/sql-reference/statements/use.md
alexey-milovidov 379f8d3d7e
Update use.md
2022-01-29 01:09:46 +03:00

378 B
Raw Blame History

toc_priority toc_title
53 USE

USE Statement

USE db

Lets you set the current database for the session.

The current database is used for searching for tables if the database is not explicitly defined in the query with a dot before the table name.

This query cant be made when using the HTTP protocol, since there is no concept of a session.