SQL Query Formatter for Sublime Text 3
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"
This formatter is based on Hive SQL Syntax. Queries based on another SQL Syntax may not be recognized.