Skip to content

SQL capitalization case identifier

shenhuan2021 edited this page Mar 3, 2024 · 1 revision

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