Regexp with Variable
582649Jun 12 2007 — edited Sep 21 2007hi, how can i implement a variable in a regexp_like statement, exp:
SELECT * FROM table WHERE REGEXP_LIKE (name, '\(VARIABLE)')
the regexp-variable comes from a form and the content is dynamic, is this possible?
thanks