# Case

> **TL;DR**
> `File | Settings | Editor | Code Style | SQL | <sql_dialect> | Case` for Windows and Linux
>
>
>
> `IntelliJ IDEA | Settings | Editor | Code Style | SQL | <sql_dialect> | Case` for macOS
>
>
>
> `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) ![the Settings icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.settings.svg)
>
>
>
> As <sql_dialect>, select the SQL dialect on the [Code Style. SQL](settings-code-style-sql.html) page.

Change word casing options.

Use this page to configure formatting  options for SQL files. When you change these settings, the Preview pane shows how this will affect your code.

| Item | Description |
| --- | --- |
| Word Case | Switch word case of keywords and identifiers. The selected word case is applied automatically.       * To upper: elements are automatically converted to the upper case.    * To lower: elements are automatically converted to the lower case.    * Do not change: The case of elements is left as is.     The Use original case checkbox applies the case that is used for names from the declaration throughout the whole file. For more information about the original case, refer to [Apply the original case from the declaration](configure-the-sql-code-style.html#apply-the-original-case-from-the-declaration).     |
| Quotation | Add quotation to identifiers.       * Quote: the identifiers are automatically quoted.    * Unquote: The identifiers are automatically unquoted.    * Do not change: The identifiers are left as is.    |

## See also

### Procedures

[Code style schemes](configuring-code-style.html)

