如一个用户即是User又是Friend,我想查出来只是User的节点,cypher应该怎么写? match(u:User) **** return u
match(u:user) where not u:friend return u
@ruc_mfure 感谢!