Subject | Re: [ib-support] Features and Comparisons to PostgreSQL |
---|---|
Author | Adrian Roman |
Post date | 2002-12-14T13:43:51Z |
> > > 14. Regular expression supportCouldn't be an UDF used for that?
> > Yes. You use the LIKE in your WHERE clause.
>
> Wildcard masks with LIKE operator, but no regular expressions (yet).
Something like
select name from my_table where udf_regexp(name,"my_regular_expression")?
Adrian R