escaping - Mysql escape square brackets -


i need execute following sql query in mysql db:

select * phpbb_posts post_text '%][quote%'; 

looks mysql doesn't understand statement because see null results while such text persist in many rows of table.

maybe sort of escaping should used in such case?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -