cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

HelloDearSir
Node
since ‎07-21-2020
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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