Skip to content
The Internet Compass

Developer Utilities

SQL Formatter

Reformats SQL queries with standard indentation and uppercase keywords, making joins and subqueries easier to scan.

FreeNo sign-upRuns in your browser

How it works

  1. 1Paste a SQL query, any casing or indentation
  2. 2It's reformatted with standard structure
  3. 3Copy the readable result

Who this is for

  • Making a generated query readable in a PR review
  • Formatting a query pasted from a log
  • Standardising SQL style across a codebase