The text i want to search is [[Help:
so this fails select * from tblWiktionaryPages where cl_Text_English like '%[[Help:%'
Because [
was a special character in SQL
So how do i escape [
and search?
I have tried below things and both failed
'%![![Help:%'
'%\[\[Help:%'