|
actually the OP is trying to get the possible values for the SET (or enum)
SHOW COLUMNS FROM table LIKE 'ColumnName' ;
and in the Type column returned from that query you should find "set('val1','val2',val3')
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|