Hi,

I have a small sqlite database in which I enter my expenses and incomes,for a couple of months now.

So I want to do some calculations during this period of time, like how many spend I between two dates in a month, or in a two consecutive months.

I can easily create a View to see my expenses between two dates, but how could I create such a View in which I can see the average of my expenses by using my Views that I earlier created?

--
Best, Pali
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to