>> > I'm trying to figure out how to select records from an events
>>> database which (from today) will take place on next weekend. The
>>> table has a from_date and a to_date fields, among other. I've found a
>>> way mixing PHP with SQL, but I'm curious to know if is there a neat
>>> and pur
> > I'm trying to figure out how to select records from an events
>> database which (from today) will take place on next weekend. The
>> table has a from_date and a to_date fields, among other. I've found a
>> way mixing PHP with SQL, but I'm curious to know if is there a neat
>> and pure SQL
"Llorenc Sole" <[EMAIL PROTECTED]> wrote:
> I'm trying to figure out how to select records from an events
> database which (from today) will take place on next weekend. The
> table has a from_date and a to_date fields, among other. I've found a
> way mixing PHP with SQL, but I'm curious to know if
Hi,
I'm trying to figure out how to select records from an events
database which (from today) will take place on next weekend. The
table has a from_date and a to_date fields, among other. I've found a
way mixing PHP with SQL, but I'm curious to know if is there a neat
and pure SQL version usi