XuQianJin-Stars opened a new pull request #1768: [CALCITE-3704] Implement STRCMP function URL: https://github.com/apache/calcite/pull/1768 As illustrated in [CALCITE-3704](https://issues.apache.org/jira/browse/CALCITE-3704) MySQL strcmp() function is used to compare two strings. It returns 0 if both of the strings are same and returns -1 when the first argument is smaller than the second according to the defined order and 1 when the second one is smaller the first one. Syntax: STRCMP (expr1, expr2)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
