Re: Format de date

From: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
To: Yann PICHOT <ypichot(at)gmail(dot)com>
Cc: pgsql-fr-generale(at)postgresql(dot)org
Subject: Re: Format de date
Date: 2010-02-16 09:47:15
Message-ID: 87635xo6l8.fsf@hi-media-techno.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-fr-generale

Yann PICHOT <ypichot(at)gmail(dot)com> writes:
>    select * from matable where madate >= '2010-01-31'
>    select * from matable where madate >= '31/01/2010'

Dans un prompt interactif, on peut saisir ce genre de choses, c'est
pratique.

Dans du code, on utilise to_date(), systématiquement.
--
dim

In response to

Browse pgsql-fr-generale by date

  From Date Subject
Next Message Daniel Verite 2010-02-16 10:07:35 Re: Format de date
Previous Message François Figarola 2010-02-16 09:16:28 Re: Format de date