My SQLite table structure is as follows:
Table: Income.
Columns: IncomeID, IncomeAmount, IncomeMonth, IncomeYear
How can i write a SQLite query to retrieve income Amounts between a given date range.
I know, we need to use date function, but i dont know how to specify two columns in it, i mean IncomeMonth and IncomeYear