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 -

Python ctypes access violation with const pointer arguments -