Skip to content

SQL capitalization identifier

shenhuan2021 edited this page Mar 3, 2024 · 39 revisions

Delphi

Java

  • public TCaseOption caseIdentifier, type of TCaseOption

Uniform

Option: fmt102_case_identifier = lower, type: TFmtCase.

 SELECT department_id, 
        Min( salary )  
 FROM   employees  
 GROUP  BY department_id  

Clone this wiki locally