[GENERAL] MySQL search query is not executing in Postgres DB

2012-02-17 Thread premanand
In MySQL the below query is executing properly. SELECT * FROM WHERE (Table.ID LIKE '1%') But when i try to execute the above query in Postgres, i get the following Exception "org.postgresql.util.PSQLException: ERROR: operator does not exist: integer ~~ unknown Hint: No operator matches the giv

Re: [GENERAL] MySQL search query is not executing in Postgres DB

2012-02-18 Thread premanand
Hi Marti, Thanks for your reply. It works as expected. Regards, Prem -- View this message in context: http://postgresql.1045698.n5.nabble.com/MySQL-search-query-is-not-executing-in-Postgres-DB-tp5492402p5494971.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Se