At 22:47 -0500 2/16/02, John Fulton wrote:
>Would someone please tell me how to insert sets into a MySQL DB?
>e.g. insert into table_name (x) values ("'a', 'b', 'c', 'd'"); ,
>where x is a set. I am unsure on what should be inside of the second
>set of parentheses.
A SET value is a single strin
Would someone please tell me how to insert sets into a MySQL DB?
e.g. insert into table_name (x) values ("'a', 'b', 'c', 'd'"); ,
where x is a set. I am unsure on what should be inside of the second
set of parentheses.
Sorry to be posting a syntax question to the list, but I don't see it
s