We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Quoted identifier
Option: fmt103_case_quoted_identifier = lower, type: TFmtCase.
SELECT [department_id], Min( [salary] ) FROM [employees] GROUP BY [department_id]