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
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
* 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
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