Hello,
In the tutorial the queries are supposed to be run on GSQL Shell that we
don't have in GraphStudio.
Whereas, I am trying to convert the Query in
a CREATE QUERY in GraphStudio.
I
don't understand why "SELECT count(*) FROM person" shows up an error
about count(*).
CREATE QUERY test() FOR GRAPH social {
Result = SELECT count(*) FROM person
PRINT Result;
}
Could you please explain me the difference between the Queries that can
be made in GSQL Shell & the ones in GraphStudio ?
Thank you for your help.
Loïc