Skip to content

Support variable when seeking vertex id or property index for match clause #5509

Closed
@yixinglu

Description

@yixinglu

Introduction

match (v:player) where id(v)=="Tim Duncan" 
with v.player.name as name 
match (v1:player)--(v2:player)
where id(v1)==name
return count(*)


match (v:player) where id(v)=="Tim Duncan" 
with v.player.name as name 
match (v1:player)--(v2:player)
where v1.player.name==name
return count(*)

Contents

Related work

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementType: make the code neat or more efficient

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions