> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SET CURRENT SCHEMA

<a id="sql-current-schema" />

To override the [default schema](/content/concepts/schemas#schema-default) with a different
*schema*, the following syntax can be used:

<Info>
  This command is only available through
  [KiSQL](/content/tools/kisql) or database clients configured with
  the [Kinetica ODBC/JDBC driver](/content/connectors/sql_guide#odbc-jdbc).
</Info>

```sql title="SET CURRENT SCHEMA Syntax" theme={null}
SET CURRENT SCHEMA [<schema name>]
```

Omitting `schema name` will switch back to the original *default schema*.
