I couldn't find anything on this, I have dates example Mon 17 Jan 10:09:01, I am finding how many kids was born during Sat 10 March 10:05am - 10:10am is there a way without usinga ton of Where date = "Sat 10 March 10:05:01". is there a better way...
Sorry for this basic questions, it there a way just to show popular name and not the count once the code has been executed?
example <RETURN pop.Name, count(pop.Name) as frequency
ORDER BY frequency DESC
LIMIT 2>
Thank you
WHERE name.Date= "Mon 18 Feb 2019 20:10:00" or name.Date= "Mon 18 Feb 2019 20:10:01" or name.Date= "Mon 18 Feb 2019 20:10:02" or name.Date= "Mon 18 Feb 2019 20:10:03" or name.Date= "Mon 18 Feb 2019 20:10:04"
this is just like 1/10 of the where stat...