Hello,
I'm not much experienced in database queries.
I see that rcube_mdb2.php has no wrapper for REGEXP queries.
So, please, can anyone give advice if the following query is cross-database (MySQL [ok], Postgres, SQLite, MSSQL)?
SELECT * FROM events WHERE summary REGEXP 'Word2*.Word1'
Thanks in advance and kind regards, R.
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 28.06.2011 14:42, Roland Liebl wrote:
SELECT * FROM events WHERE summary REGEXP 'Word2*.Word1'
No, it isn't.