QUERY Structure? 2007-11-27 - By Randy Clamons
Back This has to be a first! I've been watching this forum for some years and have never seen John Bonnet give a wrong answer, but this time he missed. You have more problems with your query than he outlines. Still, "full text index may be more efficient."
The previous three answers are correct. I strongly suggest you RTM.
Randy Clamons Systems Programming randy@(protected)
Bonnett, John wrote: > Yes that should be OK. You have a superfluous comma just before FROM > though. > > If you are doing a lot of this a full text index may be more efficient. > > John Bonnett > > -- --Original Message-- -- > From: grovesdavid@(protected) > [mailto:grovesdavid@(protected)] > Sent: Wednesday, 28 November 2007 12:29 AM > To: win32@(protected) > Subject: QUERY Structure? > > Hello, > > This is not the QUERY, that is a bit longer than this, but the theory is > the same. Can this be done, if so how should it be structured? > > SELECT id, LEFT(joketext, 20), WHERE jokedate >= "2004-04-17" AND > joketext LIKE "%chicken%", FROM joke; > > > Kind Regards > > Dave) > > > >
-- MySQL Windows Mailing List For list archives: http://lists.mysql.com/win32 To unsubscribe: http://lists.mysql.com/win32?unsub=mysql@(protected)
|
|