We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
funcname lower
Option: fmt107_case_function_name = lower, type: TFmtCase.
SELECT department_id, udf1( arg1,arg2) FROM employees GROUP BY department_id
funcname upper
Option: fmt103_case_quoted_identifier = upper, type: TFmtCase.
SELECT department_id, UDF1( arg1,arg2) FROM employees GROUP BY department_id ```
There was an error while loading. Please reload this page.