Page 1 of 1

Resolving MySQL allowed values of Enum field

Posted: Sun Aug 06, 2006 6:55 pm
by Shendemiar
I quickly readed the mysql functions through, and i didnt find any specific funtion for this. Is it possible and if, how?

Posted: Sun Aug 06, 2006 7:12 pm
by Weirdan
you will need to parse the info from DESCRIBE `table` statement

Posted: Sun Aug 06, 2006 7:19 pm
by Shendemiar
Weirdan wrote:you will need to parse the info from DESCRIBE `table` statement
Thanks!