regex - MySQL REGEXP string not followed by another -
in mysql, need select registers table containing string in field not followed string. have tried using:
select * table field regexp "(desired_string(?non_desired_follow_up))" however, get:
got error 'repetition-operator operand invalid' regexp can right sentence doing that?
Comments
Post a Comment