luoc Wed, 08 Jun 2022 01:47:06 -0700
Hi all, I want to know if the Drill can support regular expression functions? like this,
regexp_like regexp_replace regexp_substr regexp_instr select * from emp where regexp_like(ename, '^a[a-z]*n$’); Thank you.