On 2 Dec 2015, at 12:54pm, michael <ruther1983 at gmx-topmail.de> wrote:

> sqlite3 -header flexsql.db "select distinct text from v_term_item where
> name='text' and lower(text) REGEXP('.*some_text.*');"
> which doesn't works

REGEXP is not compiled into SQLite by default.

Simon.

Reply via email to