Posts by Rauny Henrique • 31 points
2 posts
-
2
votes2
answers706
viewsQ: Inform a date, and catch the interval of the week of the month of that date (from Sunday to Saturday)
I am in need of an SQL command (Sqlite for android), which returns the interval of one week (from Sunday to Saturday) of an informed date. For example: inform the date '05-05-2016', hence the sql…
-
1
votes2
answers573
viewsQ: How to search a table by date and add values contained in it?
It’s the following guys, I’m having a lot of trouble creating a search by date in my android sqlite database. I wanted to search the tables by date, if possible, I wanted to make a condition that…