You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In nGQL, more than one query can be batched together, separated by semicolons (;). The result of the last query is returned as the result of the batch.
Example: lookup on player;go from "Tim Duncan" over like;match (v:player) return v
Need to optimize it like openCypher.
The text was updated successfully, but these errors were encountered:
In nGQL, more than one query can be batched together, separated by semicolons (;). The result of the last query is returned as the result of the batch.
Example:
lookup on player;go from "Tim Duncan" over like;match (v:player) return v
Need to optimize it like openCypher.
The text was updated successfully, but these errors were encountered: