Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 594 Bytes

Sublime-SQL-Formatter

SQL Query Formatter for Sublime Text 3

Commands

To format a SQL Query, make selection of query (otherwise all the view buffer will be selected) and press keys :

  • Windows: ctrl+alt+l

Or through Command Palette with "SQL Formatter: Format Query"

You can also minify a query with keys :

  • Windows: ctrl+alt+y

Or through Command Palette with "SQL Formatter: Minify Query"

About

This formatter is based on Hive SQL Syntax. Queries based on another SQL Syntax may not be recognized.