search - Return all INSTR or LOCATE instances in MySQL -
i have text column containing large amount of text (for arguments sake let's assume it's novel). need use mysql locate words or phrases within novel. using instr or locate find word or phrase , return position (which ideal), returns first instance, need return instances. there way of doing this?
Comments
Post a Comment