I use SQLite Databases for date and time using separate Integer fields in the form:
Year / month / day 2016 9 13 Sending request:
cursor = db.rawQuery("select * from " + DataBase.TABLE_NAME + " where type='Все'"+ " and month=9 and day<13 and day>6" The result is zero, although there are records.
Результат ноль? What does this even mean? - Vladyslav Matviienko