parser


 

 
   команды управления поиском

Читаем документацию к mySQL

G_Z 06.08.2006 18:59

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 second column of the output.