Jump to content

[SOLVED] Getting available values from an ENUM type


Recommended Posts

Anyone know how I can do this?

 

I need to build a drop-down box listing those available so the user can select what they need...

 

My table is called "venues" and the ENUM I need to get the available values from is called "location"

According to the docs:

 

"If you want to determine all possible values for an ENUM column, use SHOW COLUMNS FROM tbl_name LIKE enum_col and parse the ENUM definition in the Type column of the output."

 

http://dev.mysql.com/doc/refman/5.1/en/enum.html

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.