sql
sql copied to clipboard
[FEATURE] Type Conversion - String to Numeric
What solution would you like? In arithmetic or numeric comparisons, STRING may be implicitly cast to a numeric type if its contents are parseable, otherwise null. e.g. If the other side is integer/long → cast STRING to DOUBLE