Hi All, I have a requirement for using Regular expression. I am trying below query but it doesnt seem to work.
SELECT el_id from element where el_name like REGEXP_SUBSTR(el_name,'^[Z][A-Za-z0-9 \.]*') I dont know if this is correct usage or not. If you can point me any source where i can get it will be helpful. Thanks,
