Reference
The following is an advertisement.
MySQL FIND_IN_SET
Posted by Robert on the 31st of July, 2008 at 12:50 PM GMT0. Permalink.Tags: mySQL, Reference
I always forget this mySQL function, so I figured I should make note of it somewhere. It's called FIND_IN_SET. You specify a variable and a list of possible matches and it returns the position of the string in the list. It's very helpful for sorting things in a defined list provided by the client.
Continue Reading "MySQL FIND_IN_SET" …
archive page: 1