I am trying to find an exact number in MySQL 8.0 using the below SQL statement
SELECT * FROM rulebook.node__body
WHERE body_value REGEXP "[[:<:]]DVP[[:>:]]";
when i am running the above SQL statement i am getting below error
Error Code: 3685. Illegal argument to a regular expression
could you please anyone tell me where i am making mistake.