Unable to use with clause on beginning of CYPHER statement.
I want to set some parameter variable on with clause. But, AgensGraph returns error.
agens=# with 1 as value return value;
ERROR: syntax error at or near "1"
LINE 1: with 1 as value return value;
^
How to use with clause on beginning of statement?