Free developer tools and practical guides for SQL, data workflows, and debugging.
AAskDBSQL & Data Toolkit

SQL Keyword Uppercaser

Convert SQL keywords to uppercase while preserving identifiers and values.

6 lines · 25 words · 149 chars

6 lines · 25 words · 149 chars

How it works

The tool recognizes SQL keywords like SELECT, FROM, WHERE, JOIN, and converts them to uppercase. Table names, column names, and string values are left unchanged.

Use cases

Standardize SQL formatting across your team, prepare SQL for documentation, or clean up copied queries.