Hi,
how can I seach for a spezial character like "→" (0x1A). An example for my query is:
select * from Data where Name like '%→%'
I want to use instead of "→" somethoing like 0x1A
I can't use any Java or C# Code. I just have SQuirrel to connect and send commands to the database.
Thanks Stefan