Skip to content

Commit 4bf5194

Browse files
authored
Update README-4.2.md
1 parent d36447b commit 4bf5194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demos/guru_scripts/docker/tutorial/4.x/README-4.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ In GSQL, each query block (SELECT-FROM-WHERE) can be used to generate a vertex s
8686
- SELECT A Vertex Set Style: if a query block generates a vertex set, we can store the vertex set in a variable, and use the vertex set variable to drive subsequent query blocks composition via pattern matching or set operation.
8787
- SELECT INTO A Table Style: if a query block generates a table, we can output the table.
8888
89+
Regardless which style you are choosing, the FROM clause will always specify a pattern. The pattern follows ISO GQL standard syntax, which is a well-designed ASCII art syntax--() represents node, and -[]-> represents edges.
90+
8991
We show both styles for each pattern class.
9092
9193
## Node Pattern

0 commit comments

Comments
 (0)