Subject | Problem with LIKE |
---|---|
Author | tdtappe |
Post date | 2005-09-29T12:29:07Z |
Does it make sense that I get a result if I say
WHERE Column LIKE '%'
but I do not get a result if I say
WHERE Column LIKE '~%'
although there a records in the table with values in Column like
"~one" or "~two".
The same problem arises with "#" instead of "~".
Could it be some character set problem?
I use FB 1.5.2
--Heiko
WHERE Column LIKE '%'
but I do not get a result if I say
WHERE Column LIKE '~%'
although there a records in the table with values in Column like
"~one" or "~two".
The same problem arises with "#" instead of "~".
Could it be some character set problem?
I use FB 1.5.2
--Heiko