Menu

#15 Regexp - Operator

open
nobody
None
5
2006-10-05
2006-10-05
Anonymous
No

I'd like to have a posibility to use regular
expressions in sql queries.
at the moment I use adodb with mysql and postgresql. I
have to use the operator REGEXP (or RLIKE) in mysql and
SIMILAR TO (or ~*) in postgres. so I have to replace
the RLIKE in my queries manually with ~* for postgres.
Is there a way zo use one function or something like
this in adodb to get this feature?

Discussion