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.
Reference substring with substr and mid #483
Closed
Description
According to the docs mid
and substr
are synonyms to substring
:
https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_mid
https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_substr
I will be willing to implement this.