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

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

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