Re: SQL Date Challenge

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL Date Challenge
Date: 2001-06-04 18:56:39
Message-ID: 20010604.18563900@ler-freebie.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)fciencias(dot)unam(dot)mx> wrote
regarding Re: [SQL] SQL Date Challenge:

> "Josh Berkus" <josh(at)agliodbs(dot)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(at)postgresql(dot)org

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-06-04 20:26:05 Re: SQL Date Challenge
Previous Message george young 2001-06-04 18:44:18 Re: SQL Date Challenge