I have a table where a column allows special characters like / , \ , @ , $ .
Now when I am trying to search such records from table, I am unable to get. I have tried one query but it is returning 0 rows but actually there is 1 record existing. How to write a query in this case ?
My query (which is giving the wrong result) was something like this
select * from mytable where column7 like '%jk\xyz@%'