Quoted values stay untouched
Keyword casing and line breaks are applied to recognized SQL tokens, not text inside strings, quoted identifiers or comments.
Structure long queries for debugging and code review, or compact them for storage while preserving strings, identifiers and SQL comments.
Keyword casing and line breaks are applied to recognized SQL tokens, not text inside strings, quoted identifiers or comments.
The dialect selector documents the intended target and enables dialect-specific token handling. Always let your database parser or linter perform final validation.
Formatting runs locally. Still remove credentials, secrets and production customer values before sharing the formatted result.
It checks balanced parentheses, quotes and comments, but it is not a database parser. Schema names, types and dialect-specific grammar require your database or SQL linter.
Yes. Semicolon-separated statements are handled and counted in the result statistics.
One usage is recorded when you press Format SQL or Minify SQL. Loading, copying and downloading do not add uses.