Skip to content

Commit aa568d8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ 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.
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 nodes, and -[]-> represents edges.
9090
9191
We show both styles for each pattern class.
9292

0 commit comments

Comments
 (0)