insert value delimiters

2002-04-03 Thread Lori Thompson
Does MySQL have the capability for the user to specify their own delimiters for the command: INSERT into (database) values (value1, value2,...,valuen); The values that I am inserting contain both and '' and I am receiving a syntax error.

Re: insert value delimiters

2002-04-03 Thread Christopher Thompson
On Wednesday 03 April 2002 2:02 pm, Lori Thompson wrote: Does MySQL have the capability for the user to specify their own delimiters for the command: INSERT into (database) values (value1, value2,...,valuen); The values that I am inserting contain both and '' and I am receiving a syntax