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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -