-
Notifications
You must be signed in to change notification settings - Fork 13
SQL capitalization keywords
shenhuan2021 edited this page Mar 3, 2024
·
14 revisions
- gfmtopt.case_keywords, type of TCaseOption
- public TCaseOption caseKeywords, type of TCaseOption
-
upper option
Option: fmt100_case_keyword = upper, type: TFmtCase.
SELECT department_id, Min( salary ) FROM employees GROUP BY department_id
-
datatype upper option
Option: fmt101_case_datatype = upper, type: TFmtCase.
CREATE TABLE dept(deptno NUMBER(2), dname VARCHAR2(14), loc VARCHAR2(13))
Able to define a list of customized keywords that using the same case option as normal keyword.