Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-06-2020 01:29 AM
Hi Team,
I am currently working on a use case where I have to extract data base on date filter(yearly/monthly/weekly) basis. I already have create time in my nodes.
Any help would be much appericated.
Thanks
10-06-2020 03:27 PM
Please provide more information to better help us help you.
We need a sample of your graph, or some description of the labels, nodes, and relationships, as well as a more specific explanation of what you're trying to accomplish.
MATCH (a:Node)
WHERE a.dateField > date() - duration('P30D')
RETURN a.data as base
All the sessions of the conference are now available online