nal Message-
From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 2:08 PM
To: [EMAIL PROTECTED]
Subject: Extracting fields from a table
Claire,
Thursday, February 07, 2002, 12:35:07 AM, you wrote:
CF> I want to select all entries in my table that in a colu
Claire,
Thursday, February 07, 2002, 12:35:07 AM, you wrote:
CF> I want to select all entries in my table that in a column with given
CF> dates findes all dates inbetween $from_date - $to_date. (These are
CF> vars that the user supplies from the HTML-page). I don't know how to set
CF> up the S
WHERE col BETWEEN $from_date AND $to_date ???
-Original Message-
From: Claire Forchheimer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 5:35 PM
To: [EMAIL PROTECTED]
Subject: Extracting fields from a table
I want to select all entries in my table that in a column with
nal Message-
From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 2:08 PM
To: [EMAIL PROTECTED]
Subject: Extracting fields from a table
Claire,
Thursday, February 07, 2002, 12:35:07 AM, you wrote:
CF> I want to select all entries in my table that in a colu
Claire,
Thursday, February 07, 2002, 12:35:07 AM, you wrote:
CF> I want to select all entries in my table that in a column with given
CF> dates findes all dates inbetween $from_date - $to_date. (These are
CF> vars that the user supplies from the HTML-page). I don't know how to set
CF> up the S
On Wednesday 06 February 2002 3:35 pm, Claire Forchheimer wrote:
> I want to select all entries in my table that in a column with given
> dates findes all dates inbetween $from_date - $to_date. (These are
> vars that the user supplies from the HTML-page). I don't know how to set
> up the SELECT
I want to select all entries in my table that in a column with given
dates findes all dates inbetween $from_date - $to_date. (These are
vars that the user supplies from the HTML-page). I don't know how to set
up the SELECT query. I tried the following way but it didn't work:
SELECT * FROM table