SyntaxFix
Write A Post
Hire A Developer
Questions
Or you can cast your string to Date format with date function. Even the date is stored as TEXT in the DB. Like this (the most workable variant):
SELECT * FROM test WHERE date(date) BETWEEN date('2011-01-11') AND date('2011-8-11')