-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I have this code, but am confused about how to convert it! even ChatGPT doesn't know LOL
BTW: the documentation does not cover all aspects of this great lib, is there another doc?
Thank you
MATCH (n)
where (n.status=0 or n.status="0") and (n.lableb is null)
and (labels(n)[0]="CharactourM" or labels(n)[0]="CompanyM" )
RETURN distinct labels(n)[0] as label,count(n) as count
Metadata
Metadata
Assignees
Labels
No labels