Re: mysql 'enum' column values

2002-09-05 Thread Benjamin Pflugmann
Hi. On Wed 2002-09-04 at 09:41:02 -0500, [EMAIL PROTECTED] wrote: > At 07:05 AM 9/4/2002, you wrote: > > >Is there a way I can get what the allowed values of an 'enum' > >coulmn are in mysql? I want to eventually list these values in > >a list box or something similar? > > mixo, > I can

Re: mysql 'enum' column values

2002-09-04 Thread mos
At 07:05 AM 9/4/2002, you wrote: >Is there a way I can get what the allowed values of an 'enum' >coulmn are in mysql? I want to eventually list these values in >a list box or something similar? mixo, I can't see an easy way of getting the enum for a particular column. The best I could

Re: mysql 'enum' column values

2002-09-04 Thread Roger Baklund
* mixo > Is there a way I can get what the allowed values of an 'enum' > coulmn are in mysql? I want to eventually list these values in > a list box or something similar? I think you have to do a SHOW CREATE TABLE and parse the output. -- Roger sql

mysql 'enum' column values

2002-09-04 Thread mixo
Is there a way I can get what the allowed values of an 'enum' coulmn are in mysql? I want to eventually list these values in a list box or something similar? - Before posting, please check: http://www.mysql.com/manual.php