Hi Luoc, To answer your question, yes Drill has a collection of REGEX functions. Please take a look here: https://drill.apache.org/docs/string-manipulation/#like. Best, -- C
> On Jun 8, 2022, at 4:46 AM, luoc <[email protected]> wrote: > > 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.
