Skip to content

SQL capitalization Prefixed Identifier

shenhuan2021 edited this page Mar 3, 2024 · 1 revision

Delphi

Java

  • TODO

Uniform

  • Prefixed identifier

    Option: fmt104_case_prefixed_identifier = lower, type: TFmtCase.

    Prefixed identifier is user defined identifier. For example, you can define identifier start with fn_ as SQL Server system function. This format option apply to all prefixed identifiers.

    SELECT *
    FROM fn_virtualfilestats(DB_ID(N'AdventureWorks2012'), 2);
Clone this wiki locally