Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get month wise data from database , please give any example anyone #62

Open
yokikathir opened this issue May 15, 2019 · 2 comments

Comments

@yokikathir
Copy link

ReActiveAndroid Version:

Bug or Feature Request:

Description:

@bhapps
Copy link

bhapps commented May 15, 2019

Try something like below:
not tested, but should work somewhat..

List result = new ArrayList<>();
                result = Select.from("mytable")
                .where("mydatecolumn BETWEEN ? AND ?", monthStart, monthEnd)
                .fetch();

@cviacmob
Copy link

cviacmob commented May 15, 2019

@bendothall is working thankq for response . can you close the tickets .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants