cypher 기본

Ja L·2023년 3월 28일
0

특정 vertex의 properties 를 조회

=>
match (a:person)
return distinct keys(a) ;


schema 목록을 조회 (graph_path도 schema)

=>
select * from pg_namespace ;

profile
DB Engineer

0개의 댓글