Formateadores y código
Formateador de SQL
Formateador de SQL gratuito. Formatea SQL feo de una sola línea en una consulta legible e indentada. Admite SELECT, JOIN, WHERE, GROUP BY en la mayoría de los dialectos.
Nota del editor
Understanding · SQL, set to two spaces.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›Which SQL dialects are supported?
Standard ANSI SQL works across PostgreSQL, MySQL, SQLite, MS SQL and most others. Vendor-specific extensions may format imperfectly.
›Does it modify the query?
Only whitespace and case — keywords are uppercased by convention but the logic is identical to your input.
›Is my SQL sent to a server?
No — formatting happens entirely in your browser. Useful when working with sensitive queries.
›Can it format very long queries?
Yes — anything your browser can hold in memory. Multi-thousand-line queries work fine.
›Is the formatter free?
Yes — fully free, no signup.
La gente también busca
Herramientas relacionadas
More in this room.
- Formateador y Validador de JSONEmbellece, minifica y valida JSON — gratis, sin registrarse.
- Formateador y Validador de XMLEmbellece, minifica y valida XML — al instante.
- Formateador de HTMLEmbellece y minifica HTML — valores por defecto de Prettier.
- Formateador de CSSEmbellece y minifica hojas de estilo CSS.
- Formateador de JavaScript / TypeScriptJS y TS formateados con Prettier, en el navegador.
- Formateador YAMLNormaliza la indentación y estructura de YAML.