This is a TablePlus Plugin, install SQL Formatter you will have a menu Format SQL
in main menu.
TablePlus build 115 and above.
Download release, unzip and double click on file plugin to install.
git clone git@github.com:TablePlus/sql-formatter.git
cd sql-formatter/SQLFormatter.tableplusplugin
npm install
npm run build
open .
- Open a SQL Query.
- Select statement.
- Menu: Plugins -> Format SQL.
OpenURL is released under the MIT license. See LICENSE for details.