This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
SUBSTRING does not conform to MySQL behavior for 2 arguments #418
Closed
Description
https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_substring
> SELECT SUBSTRING(ref_name, 1) FROM refs;
ERROR 1105 (HY000): unknown error: unsupported syntax: <nil>