database file set to a collation not built into sqlite

38 Views Asked by At

How do I read a database file set to a collation not built into sqlite?

select * from {tablename}

When I enter the query, I get the error

no such collation sequence: UNICODE_en-US_LINGUISTIC_IGNORECASE.

0

There are 0 best solutions below