In response to Juan Pablo Cook :
> Hi Everybody!
> I'm asking you, because recently I have some problems with the LIKE so I test
> with an easy and simple query but doesn't work:
>
> SELECT *
> FROM employee
> WHERE id like 'h%';
>
> The error says:
> "ERROR: operator does not exist: integer ~~
2009/7/6 Juan Pablo Cook :
> Hi Everybody!
> I'm asking you, because recently I have some problems with the LIKE so I
> test with an easy and simple query but doesn't work:
> SELECT *
> FROM employee
> WHERE id like 'h%';
> The error says:
> "ERROR: operator does not exist: integer ~~ unknown
SEL
Hi Everybody! I'm asking you, because recently I have some problems with the
LIKE so I test with an easy and simple query but doesn't work:
SELECT *
FROM employee
WHERE id like 'h%';
The error says:
"ERROR: operator does not exist: integer ~~ unknown
LINE 5: WHERE id like 'h%';