Skip to content

SQL capitalization Quoted Identifier

shenhuan2021 edited this page Mar 3, 2024 · 2 revisions

Delphi

Java

  • public TCaseOption caseQuotedIdentifier, type of TCaseOption

Uniform

  • Quoted identifier

    Option: fmt103_case_quoted_identifier = lower, type: TFmtCase.

    SELECT [department_id], 
           Min( [salary] )  
    FROM   [employees]  
    GROUP  BY [department_id]  
Clone this wiki locally