Hello, I'm trying to run a GQL script on the Nebul...
# nebula
m
Hello, I'm trying to run a GQL script on the NebulaGraph Studio Console to create a Graph model from scratch, but I can't seem to execute the GQL commands in the console prompt. The script was initially created in Neo4j Cypher, and I am trying to recreate the Graph in Nebula. Do you know how I can execute GQL commands in the Console?
w
Hi Marcos, you could replace "create" with "insert", which is the GQL command. You could find "learn GQL" documentation around the "help" button in the console.
👍 1
lQLPJwew54m_iAXNAojNBeqwuz-IfdIXN0gHiBJrWYJPAA_1514_648.png
m
Thanks, Wenting. I will try this out.
🙌 1
k
@Marcos Pinedo