HI ALL.
Is there a way of doing a ascii to hex conversion in a select statement ??
I have a table that I need to search for a particular string :
select * from table where col1 like '%searching%';
but col1 is stored in the database as HEX ????
Please help

Thanks
Tonino