bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.32k stars 146 forks source link

Node created failed #633

Open ljhhuxiaoba opened 8 months ago

ljhhuxiaoba commented 8 months ago

agensgraph version:2.13.1

I executed a query on my AgensGraph: MATCH (n0) MERGE ({k:1}) RETURN 1

There are no node created in the graph.,while I think a new node should be created.

To create the graph data: CREATE ();