We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Function name has a dedicated case option.
Option: fmt107_case_function_name = init_cap, type: TFmtCase.
SELECT DEPARTMENT_ID, Min(SALARY) FROM employees GROUP BY DEPARTMENT_ID
User can set dedicated case option for databases related builtin function, this make builtin function differs from user defined function.