Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Formatting (Indentation) of SQL Query in Snowflake SQL Editor

Do anybody knows the way or short cut keys to format any long SQL query written in Snowflake editor. I have gone through the whole Snowflake documentation, but couldn't find any.

like image 478
Vaibhav Sharma Avatar asked Nov 01 '25 04:11

Vaibhav Sharma


1 Answers

In the Snowflake Web GUI, there are only some basic keyboard shortcuts (-> Documentation):
TAB and Ctrl-[ + Ctrl-] to indent/outdent parens levels.

Also navigation and search/replace.
But no complete expression formatting, alas.

We can only hope for the Numeracy acquisition to give us a fuller database web client, eventually.

like image 96
Hans Henrik Eriksen Avatar answered Nov 04 '25 20:11

Hans Henrik Eriksen