RE: Comments in Documentation

2002-02-24 Thread savaidis
> > Your original question appeared to imply that you already > knew about LIKE, > and that you were wondering where it was in the manual. Not > that you were > wondering whether there was any such thing in SQL itself. > > > > >Makis > > > > > >> ---

Re: Comments in Documentation

2002-02-23 Thread Bob Hall
On Sat, Feb 23, 2002 at 07:28:04PM +0200, savaidis wrote: > Instead of "binary" it sould be better to use a "case conversion" flag with > reverse function - NOT set by default. "Binary" doesn't make sence to me. > As for LIKE I think most WHERE commands use it so it is obvious it should be > ther

RE: Comments in Documentation

2002-02-23 Thread Paul DuBois
were wondering whether there was any such thing in SQL itself. > >Makis > > >> -Original Message- >> From: Paul DuBois [mailto:[EMAIL PROTECTED]] >> Sent: Saturday, February 23, 2002 10:21 PM >> To: savaidis; [EMAIL PROTECTED] >> Subject: RE: Comments in D

RE: Comments in Documentation

2002-02-23 Thread savaidis
SQL already, then I didn't have to read the MySQL manual. If you don't know there is a LIKE function then how to go and look for it? Makis > -Original Message- > From: Paul DuBois [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 23, 2002 10:21 PM > To: savaid

RE: Comments in Documentation

2002-02-23 Thread Paul DuBois
n the output column list, ORDER BY, GROUP BY, etc. Functions should be documented in the section on functions. As, in fact, they are. > > >Makis > > >> -Original Message- >> From: Paul DuBois [mailto:[EMAIL PROTECTED]] >> Sent: Saturday, February 23, 200

RE: Comments in Documentation

2002-02-23 Thread savaidis
ginal Message- > From: Paul DuBois [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 23, 2002 6:29 PM > To: savaidis; [EMAIL PROTECTED] > Subject: RE: Comments in Documentation > > > At 16:01 +0200 2/23/02, savaidis wrote: > >Also there is not LIKE at all at

RE: Comments in Documentation

2002-02-23 Thread Todd Williamsen
ECTED] Subject: RE: Comments in Documentation At 16:01 +0200 2/23/02, savaidis wrote: >Also there is not LIKE at all at SELECT command on MySQL manual! http://www.mysql.com/doc/S/t/String_comparison_functions.html http://www.mysql.com/doc/P/a/Pattern_matching.html >I found manual very-very a

RE: Comments in Documentation

2002-02-23 Thread Paul DuBois
At 16:01 +0200 2/23/02, savaidis wrote: >Also there is not LIKE at all at SELECT command on MySQL manual! http://www.mysql.com/doc/S/t/String_comparison_functions.html http://www.mysql.com/doc/P/a/Pattern_matching.html >I found manual very-very amateur work. >I was trying about half hour to use

RE: Comments in Documentation

2002-02-23 Thread savaidis
Also there is not LIKE at all at SELECT command on MySQL manual! I found manual very-very amateur work. I was trying about half hour to use Also "binary" at field creation or WHERE should be ON by default. And WHERE works erroneously with Greek chars (without the "binary" option). I think it is