-
Notifications
You must be signed in to change notification settings - Fork 13
SQL IndentLen
shenhuan2021 edited this page Mar 3, 2024
·
1 revision
- gfmtopt.IndentLen, type of Integer
- public Integer indentLen, type of Integer
-
General indentation size
Option: fmt124_indent_generic = n, type: TFmtInt.
General indentation size is used to indent SQL code if there is no specific indent option provided for this SQL segment. Select list in following SQL was indented by 2 spaces.
SELECT lastname, firstname, jobtitle, department FROM humanresources.vemployeedepartment;