MySQL Forums
Forum List  »  General

derivative enum
Posted by: zachary palmer
Date: June 04, 2010 11:22AM

Would it be possible to have a second enum field whose possible values depend upon the selection of the first? If possible, would it be at all efficient to do so instead of disabling "notnull" and simply having multiple secondary enum columns?

Implementation: I'm using sqlbuddy to administer a localhost mysql instance to catalog items and item properties, intended for later game development for a friend. Whether or not sql queries will be used by the game engine ultimately depends upon performance and intended game audience. (i.e. SinglePlay, MMO)

Thanks for any time and attention, let alone sound advice, that you folks may offer:
"Shiny"

Options: ReplyQuote


Subject
Written By
Posted
derivative enum
June 04, 2010 11:22AM
June 05, 2010 12:57PM
June 07, 2010 04:19PM
June 08, 2010 12:49AM
June 08, 2010 08:06PM
June 04, 2010 12:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.