Search
Ctrl + K
SQL prettify and format
Format and prettify your SQL queries online (it supports various SQL dialects).
Dialect
Standard SQL
GCP BigQuery
IBM DB2
Apache Hive
MariaDB
MySQL
Couchbase N1QL
Oracle PL/SQL
PostgreSQL
Amazon Redshift
Spark
Standard SQL
sqlite
SQL Server Transact-SQL
Keyword case
UPPERCASE
UPPERCASE
lowercase
Preserve
Indent style
Standard
Standard
Tabular left
Tabular right
Your SQL query
Prettify version of your query
SELECT
field1, field2, field3
FROM
my_table
WHERE
my_condition;