A Couple of Substring Functions: substr_count() and substr_by_delim()
A problem that sometimes when writing queries or stored routines is the need to use strings to do basic manipulation of the data. While from a performance perspective it is generally faster to do these manipulations inside the application, for …
A Couple of Substring Functions: substr_count() and substr_by_delim() Read more »