Column List formatting, indent 'after' komma
Posted: Wed 18 Oct 2017 07:45
How do I achieve the formatting below:
In an older version of SQL Complete i was able to do this.
Currently I'm only able to get the formatting below:
Under 'SELECT > Select List' I have the configuration set as below:
- Line break before first column = True
- Indent column list by 4 columns = True
- Indent on new line only = False
- Stack columns = True (and set to 'table view')
I'm currently using dbForge SQL Complete - Standard Edition - version 5.7.206
In an older version of SQL Complete i was able to do this.
Code: Select all
SELECT
[Column1]
, [Column2]
, [Column3]
FROM
[Table]
Code: Select all
SELECT
[Column1]
, [Column2]
, [Column3]
FROM
[Table]
- Line break before first column = True
- Indent column list by 4 columns = True
- Indent on new line only = False
- Stack columns = True (and set to 'table view')
I'm currently using dbForge SQL Complete - Standard Edition - version 5.7.206