Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

SELECT max (day) as max_day FROM statistics - not works

Open codeitnos opened this issue 6 years ago • 5 comments

Hey. I can not execute a query like this: SELECT max (day) as max_day FROM statistics does not show anything at all!

codeitnos avatar Aug 24 '18 08:08 codeitnos

Is there any update on this query failed error

fazalBykea avatar Aug 29 '18 06:08 fazalBykea

If to write here so SELECT * FROM statistics then everything works!

codeitnos avatar Aug 29 '18 08:08 codeitnos

query with join is not working

fazalBykea avatar Aug 29 '18 11:08 fazalBykea

This is not a join, it's an aggregation of max (day)

codeitnos avatar Aug 29 '18 11:08 codeitnos

Yeah i know that but in my case join is not working

fazalBykea avatar Aug 29 '18 11:08 fazalBykea