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?