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
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.
-