无法在 CYPHER 语句的开头使用 with 子句。
我想在 with 子句上设置一些参数变量。但是,AgensGraph 返回错误。
agens=# with 1 as value return value;
ERROR: syntax error at or near "1"
LINE 1: with 1 as value return value;
^
如何在语句开头使用 with 子句?
无法在 CYPHER 语句的开头使用 with 子句。
我想在 with 子句上设置一些参数变量。但是,AgensGraph 返回错误。
agens=# with 1 as value return value;
ERROR: syntax error at or near "1"
LINE 1: with 1 as value return value;
^
如何在语句开头使用 with 子句?