I want to select records from sqlite3 database by string matching. But if I use ‘=’ in the where clause, I found that sqlite3 is case sensitive. Can anyone tell me how to use string comparing case-insensitive?

11 Answers
11

Leave a Reply

Your email address will not be published. Required fields are marked *