Sree Harsha Ramanavarapu created CALCITE-6726:
-------------------------------------------------

             Summary: Add translation for MOD operator in MSSQL
                 Key: CALCITE-6726
                 URL: https://issues.apache.org/jira/browse/CALCITE-6726
             Project: Calcite
          Issue Type: Bug
            Reporter: Sree Harsha Ramanavarapu


select mod(11,3)

'mod' is not a recognized built-in function name.

 

MSSQL doesn't support the MOD keyword. This should be re-written to % 
(PERCENT_REMAINDER) binary operator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to