Chris Baynes created CALCITE-1895:
-------------------------------------

             Summary: Substring operator broken for MSSQL
                 Key: CALCITE-1895
                 URL: https://issues.apache.org/jira/browse/CALCITE-1895
             Project: Calcite
          Issue Type: Bug
          Components: jdbc-adapter
            Reporter: Chris Baynes
            Assignee: Julian Hyde


The format mssql uses looks like:
SUBSTRING(input, start, length)

but the default is currently to unparse to SUBSTRING(input FROM start FOR 
length)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to