I am attempting to create a database and have a query. Is it possible for mysql to contain the possible field values in the database rather than creating the options in the application?
For example Field_A can only be Yes or No, Field_B can be 50% or 80% etc.
http://dev.mysql.com/doc/mysql/en/ENUM.html
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]