RE: Escaped by 2 things?

2002-04-05 Thread Rick Emery
Since you are writing out the file, you must select which character to ESCAPE with. How would you expect mysql to choose? -Original Message- From: Cliff [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 11:46 PM To: [EMAIL PROTECTED] Subject: Escaped by 2 things? Short

Re: Escaped by 2 things?

2002-04-05 Thread Paul DuBois
At 21:45 -0800 4/4/02, Cliff wrote: Short and simple, is it possible to escape by two different parameters? This used to work: I think you are mistaken. I just checked the grammar files for 90 versions of MySQL, and that syntax isn't legal in any of them. I don't see how it could be legal,

Escaped by 2 things?

2002-04-04 Thread Cliff
Short and simple, is it possible to escape by two different parameters? This used to work: SELECT * from allusa WHERE (updated_by='I' or updated_by='A' or updated_by='L') AND (id9) AND last_updated '2002020100' ORDER BY last_updated INTO OUTFILE