We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
No space
Option: fmt098_space_padding_function_call = false, type: TFmtBoolean.
SELECT department_id, Min(salary) FROM employees GROUP BY department_id
One space
Option: fmt098_space_padding_function_call = true, type: TFmtBoolean.
SELECT department_id, Min( salary ) FROM employees GROUP BY department_id
There was an error while loading. Please reload this page.