|
An hour ago run into a problem with mysql.
I have a table with few fields, some of them are SET type like
fruit SET('apple', 'lemon', 'banana')
How can I get 'apple', 'lemon', 'banana' from SQL query knowing name of field?
Will it be fine to use such sql query in production script?
Thanks in advance.
|