Extracting fields from a table

2002-02-11 Thread Victoria Reznichenko
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

Extracting fields from a table

2002-02-07 Thread Victoria Reznichenko
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

RE: Extracting fields from a table

2002-02-07 Thread Alain Fontaine - Consultant and developer
[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 column with given CF dates findes all dates

RE: Extracting fields from a table

2002-02-07 Thread Luc Foisy
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

Extracting fields from a table

2002-02-06 Thread Claire Forchheimer
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

Re: Extracting fields from a table

2002-02-06 Thread Christopher Thompson
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