mydate >'TODAY' not working on 6.5.1 with dbi

From: <kaiq(at)realtyideas(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: mydate >'TODAY' not working on 6.5.1 with dbi
Date: 2000-03-08 16:37:17
Message-ID: Pine.LNX.4.10.10003081030520.32133-100000@picasso.realtyideas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message kaiq 2000-03-08 16:47:10 Cancel => mydate >'TODAY' not working on 6.5.1 with dbi (fwd)
Previous Message JB 2000-03-08 16:14:35 Re: [GENERAL] 50 MB Table