Stupid Monday Problem

From: "Kenn Thompson" <KThompson(at)adestagroup(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Stupid Monday Problem
Date: 2000-04-17 15:28:47
Message-ID: s8fae784.037@10.0.0.4
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ok- here's the problem ( too little coffee?)...

This query runs under Access. I of course change a bit of the SQL ( removed the '#' and have played with quotes), but can't seem to get it to run.

What the #%$^& am I doing wrong here?

Kenn

SELECT oid FROM file_header WHERE expire_date < 04/16/00
ADODB.Recordset.1 error '80004005'

Error while executing the query; ERROR: Unable to identify an operator '<' for types 'date' and 'int4' You will have to retype this query using an explicit cast

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Angel Manuel Diaz Aunion 2000-04-17 15:35:28 function
Previous Message Manuel Lemos 2000-04-17 14:56:26 Re: Connecting website with SQL-database.....