[
https://issues.apache.org/jira/browse/CALCITE-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Forward Xu updated CALCITE-3704:
--------------------------------
Description:
IMPLEMENT STRCMP FUNCTION
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)
was:IMPLEMENT STRCMP FUNCTION
> Implement STRCMP function
> -------------------------
>
> Key: CALCITE-3704
> URL: https://issues.apache.org/jira/browse/CALCITE-3704
> Project: Calcite
> Issue Type: Improvement
> Reporter: Forward Xu
> Assignee: Forward Xu
> Priority: Major
>
> IMPLEMENT STRCMP FUNCTION
> 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 message was sent by Atlassian Jira
(v8.3.4#803005)