Is there an "in enum" command for slect?
I have an enum "food_type"
currently probably because of poor coding... items that do NOT have a food atribute are NOT set to null... so I cannot use the IS NOT NULL command, instead I need to actually check if it is in the enum.
Any such command?
I have an enum "food_type"
currently probably because of poor coding... items that do NOT have a food atribute are NOT set to null... so I cannot use the IS NOT NULL command, instead I need to actually check if it is in the enum.
Any such command?
Comment