ERROR: operator does not exist: date ~~ unknown - Mailing list pgsql-sql

From Rohit Suman
Subject ERROR: operator does not exist: date ~~ unknown
Date
Msg-id 60074.805.qm@web33104.mail.mud.yahoo.com
Whole thread Raw
Responses Re: ERROR: operator does not exist: date ~~ unknown
List pgsql-sql
Hi

I've a table bins in which I've a column named "Date In"  which stores values of "Date" type. I've postgresql 8.3.5

Now when I execute query " select * from bins where "Date In" like '%'; " I get the folowing error :


SQL error:

ERROR:  operator does not exist: date ~~ unknown
LINE 1: select * from bins where "Date In" like '%';
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

In statement:
select * from bins where "Date In" like '%';
Please help...I'm stuck for like 3-4 hours now on this X_X

Rohit



Add more friends to your messenger and enjoy! Invite them now.

pgsql-sql by date:

Previous
From: Jasen Betts
Date:
Subject: Re: SQL to Check whether "AN HOUR PERIOD" is between start and end timestamps
Next
From: Pavel Stehule
Date:
Subject: Re: ERROR: operator does not exist: date ~~ unknown