In h2 I can search for words with:
quote REGEXP CONCAT('(\W|^)', :search_string, '(\W|$)')Is something like that also possible with SQLite? -- Cecil Westerhof
In h2 I can search for words with:
quote REGEXP CONCAT('(\W|^)', :search_string, '(\W|$)')Is something like that also possible with SQLite? -- Cecil Westerhof