michaelsanford
Translator, Web Developer
What's the difference between MySQL's ENUM and SET column types, other than their size and the way they index values?
I'm curious, because I need to use an array like ENUM or SET (of provinces by abbreviation) but I'm not sure which is best, and how the two compare.
Thanks!
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#ENUM
I'm curious, because I need to use an array like ENUM or SET (of provinces by abbreviation) but I'm not sure which is best, and how the two compare.
Thanks!
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#ENUM