In H2 I can find records containing non-ascii characters with:
SELECT *
FROM <TABLE>
WHERE STRINGENCODE(<COLUMN>) LIKE '%\\u%'Is something like this also possible with SQLite? -- Cecil Westerhof
In H2 I can find records containing non-ascii characters with:
SELECT *
FROM <TABLE>
WHERE STRINGENCODE(<COLUMN>) LIKE '%\\u%'Is something like this also possible with SQLite? -- Cecil Westerhof