Re: Between(Interval of two dates) in Postgres

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Between(Interval of two dates) in Postgres
Дата
Msg-id Pine.LNX.4.44.0309121442010.3181-100000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответ на Between(Interval of two dates) in Postgres  ("Amin Schoeib" <aschoeib@4tek.de>)
Список pgsql-general
Hello

set DateStyle TO German ;
SET
testdb011=> select current_date between '31.01.2000' and '31.01.2004';
 ?column?
----------
 t

regards
Pavel



On Fri, 12 Sep 2003, Amin Schoeib wrote:

>
> Hi,
> can somebody tell me
> How I can use the Oracle between function in Postgres?
> Like this:
> Select name from test
> Where date_f between '31.01.2000'
> And '31.01.2003'
>
> Thanxx
>
> Schoeib
>
> 4Tek Gesellschaft für angewandte Informationstechnologien mbH
> Schoeib Amin
> Tel.  +49 (0) 69 697688-132
> Fax. +49 (0) 69 697688-111
> http://www.4tek.de
>
>


В списке pgsql-general по дате отправления:

Предыдущее
От: "Amin Schoeib"
Дата:
Сообщение: Between(Interval of two dates) in Postgres
Следующее
От: "Johnson, Shaunn"
Дата:
Сообщение: difference when using 'distinct on'