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

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

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -