Re: migration problem in SQL Query with date filter

From: "Chad Thompson" <chad(at)weblinkservices(dot)com>
To: Hernán Andrés Breinbauer Román <hernan(dot)breinbauer(at)netcas(dot)cl>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: migration problem in SQL Query with date filter
Date: 2002-10-07 21:00:45
Message-ID: 085701c26e44$fc279840$32021aac@chad
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Access does not handle date time the way the rest of the world does. All dates must be encapsulated in pound signs. With postgresql, dates are surrounded by single quotes. This is a syntax problem with Access. :(

Thanks
Chad
----- Original Message -----
From: Hernán Andrés Breinbauer Román
To: pgsql-novice(at)postgresql(dot)org
Sent: Monday, October 07, 2002 2:50 PM
Subject: [NOVICE] migration problem in SQL Query with date filter

Hello:

I´m new to postgresql and moving from access. Right ow I have a big project that rely heavely on date/time filters. in access the queries would look something like:

SELECT * FROM people WHERE timein > #3/1/2002 12:58#

This statement selects all the records where "timein" is greater than March 1 of 2002 and 12 hours 58 minutes AM.

The problem I have is how do I translate this kind of statement into SQL that postgresql understand while I retain compatibility with access.

I´m willing to change the code, but I need something that will work in Postgresql and access

I alsop read on the mailing list that I should use ISO dates (yyyy/mm/dd hh:mm:ss) This is no problem.

Thanks too anyone who can help

Hernán Breinbauer

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-10-07 22:03:26 Re: update question
Previous Message Josh Berkus 2002-10-07 20:59:51 Re: migration problem in SQL Query with date filter