Subject Problem with LIKE
Author tdtappe
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