I'm trying to use a RegEx in a MySQL query and need to include a value from a coloumn in the RegEx. I'm trying to do something like this:
.... WHERE classes.regNos RLIKE "((^students.regNo,)|(,students.regNo,)|(,students.regNo$))"
where I'd like to search for the value of...