Cancel => mydate >'TODAY' not working on 6.5.1 with dbi (fwd)

Поиск
Список
Период
Сортировка
От
Тема Cancel => mydate >'TODAY' not working on 6.5.1 with dbi (fwd)
Дата
Msg-id Pine.LNX.4.10.10003081044220.32133-100000@picasso.realtyideas.com
обсуждение исходный текст
Список pgsql-general
sorry, it's just a typo. I thought it is 6.5.1 bug, that why I ask before
I do anything. the behind-the-right-version mind-set is really bad.


---------- Forwarded message ----------
Date: Wed, 8 Mar 2000 10:37:17 -0600 (CST)
From: kaiq@picasso.realtyideas.com
To: pgsql-general@postgreSQL.org
Subject: mydate >'TODAY' not working on 6.5.1 with dbi

I used
 select mls,city,price,numbed,fb,ohsdate,ohystime,ohetime,address,dir,rem,
       apid,brokerid from mls where ohflag>0 and ohdate >= 'TODAY'

it works thro psql, but when I use it through dbi, it does not work.
note that the query without >='TODAY' works fine:
 select mls,city,price,numbed,fb,ohsdate,ohystime,ohetime,address,dir,rem,
       apid,brokerid from mls where ohflag>0

anybody ideas? thanks in advance!





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

Предыдущее
От:
Дата:
Сообщение: mydate >'TODAY' not working on 6.5.1 with dbi
Следующее
От: Guillermo Iglesias
Дата:
Сообщение: Re: [GENERAL] User authentication problem