Posts tagged with

Checking if an option exists in an MySQL enum column

January 23, 2012 -

Although using MySQL enums is often discouraged I sometimes use them for their simplicity. Today however I stumbled upon one of the problems with enums. There is no simple method to determine all possible values of an enum column.more