Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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)
Attachments
Issue Links
- is duplicated by
-
CALCITE-3293 Add strcmp function
-
- Closed
-
- links to