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
Post a Comment