On Fri, Jan 8, 2010 at 9:29 AM, Thiyaghu CK <theyaho...@gmail.com> wrote:

> Hi Victor,
>
> Take out the double quotes from[ "('Small,Medium,XSmall')",
> "('teal_E2725B,black_0000FF,yellow_9ACD32')"]. Its working fine for me.
>
> mysql> insert into products (sizes, colorsShadesNumbersShort)
> values(('Small,Medium,XSmall'), ('teal_E2725B,black_0000FF,yellow_9ACD32'));
>
> Query OK, 1 row affected (0.05 sec)
>

Yes, that worked! Thanks!
V

Reply via email to