Android-Debug-Database
Android-Debug-Database copied to clipboard
SELECT max (day) as max_day FROM statistics - not works
Hey. I can not execute a query like this: SELECT max (day) as max_day FROM statistics does not show anything at all!
Is there any update on this query failed error
If to write here so SELECT * FROM statistics then everything works!
query with join is not working
This is not a join, it's an aggregation of max (day)
Yeah i know that but in my case join is not working