Re: Using BETWEEN or <= >=

2004-01-14 Thread Rory McKinley
On 13 Jan 2004 at 10:11, Eve Atley wrote: > > I am attempting to construct a select statement in which I can find values > between two fields: start, and end. I have tried using "BETWEEN" and > comparing with <= and >=, but neither meet success. Can someone please set > me straight? This is meant

RE: Using BETWEEN or <= >=

2004-01-13 Thread Mike Johnson
From: Eve Atley [mailto:[EMAIL PROTECTED] > I am attempting to construct a select statement in which I > can find values between two fields: start, and end. I have > tried using "BETWEEN" and comparing with <= and >=, but > neither meet success. Can someone please set me straight? > This is me

Using BETWEEN or <= >=

2004-01-13 Thread Eve Atley
I am attempting to construct a select statement in which I can find values between two fields: start, and end. I have tried using "BETWEEN" and comparing with <= and >=, but neither meet success. Can someone please set me straight? This is meant to be in a PHP page, but I'm assuming the syntax is