Search problem

From: "Oscar" <oscar(at)sjs(dot)com>
To: pgsql-questions(at)postgresql(dot)org
Subject: Search problem
Date: 2000-04-11 21:47:30
Message-ID: S3NI4.995$Re3.17689@news.rdc1.ov.nl.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am using apache/php and postgres and I tried a search with dates, but it
doesn't accept it...

select * from table where date_field < 10-10-2000;

It yells that I cannot use < signs with ints and dates...

Any suggestions ??

Thanks,
Oscar

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Urquhart 2000-04-11 21:50:46 Can't load plpgsql.so error
Previous Message Peter Eisentraut 2000-04-11 21:38:44 Re: granting permission to groups?