I am having table where a column allows special characters like '/' forward slash and '' back slash.
Now when I am trying to search such records from table, I am unable to get those.
example : abcdef or abc/def
I am generating search query which is like
select * from table1_1 where column10 like '%abcdef%'
It is returning 0 rows but actaully there is 1 record existing. how to write a query in this case, let me know.
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…