You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tako Lee edited this page Feb 20, 2014
·
13 revisions
General indentation size
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
FROMhumanresources.vemployeedepartment;
Use tab to indent
Use tab character instead of space to indent SQL segment.