Re: SQL Date Challenge - Mailing list pgsql-sql

From Larry Rosenman
Subject Re: SQL Date Challenge
Date
Msg-id 20010604.18563900@ler-freebie.iadfw.net
Whole thread Raw
In response to Re: SQL Date Challenge  (Manuel Sugawara <masm@fciencias.unam.mx>)
List pgsql-sql
SELECT whatever from xx where extract(dow from date) = 3;

LER

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 6/4/01, 1:03:11 PM, Manuel Sugawara <masm@fciencias.unam.mx> wrote 
regarding Re: [SQL] SQL Date Challenge:


> "Josh Berkus" <josh@agliodbs.com> writes:

> >
> > SELECT ALL Wednesdays BETWEEN 5/1/01 AND 6/1/01;
> >

> somthing like:

> select date from xx where to_char(date,'fmdy') = 'wed';

> hth,
> Manuel.

> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


pgsql-sql by date:

Previous
From: george young
Date:
Subject: Re: SQL Date Challenge
Next
From: "Josh Berkus"
Date:
Subject: Re: SQL Date Challenge