-
Couldn't load subscription status.
- Fork 13
SQL capitalization Quoted Identifier
shenhuan2021 edited this page Mar 3, 2024
·
2 revisions
- gfmtopt.case_quoted_identifier, type of TCaseOption
- public TCaseOption caseQuotedIdentifier, type of TCaseOption
-
Quoted identifier
Option: fmt103_case_quoted_identifier = lower, type: TFmtCase.
SELECT [department_id], Min( [salary] ) FROM [employees] GROUP BY [department_id]