Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Oct 23, 2024
1 parent a4570ab commit eb13ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos/guru_scripts/docker/tutorial/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ CREATE OR REPLACE QUERY q1a () SYNTAX v3 {
}
#Two methods to run the query. The compiled method gives the best performance.
# Two methods to run the query. The compiled method gives the best performance.
#Method 1: Run immediately with our interpret engine
# Method 1: Run immediately with our interpret engine
interpret query q1a()
#Method 2: Compile and install the query as a stored procedure
# Method 2: Compile and install the query as a stored procedure
install query q1a
#run the compiled query
# run the compiled query
run query q1a()
```
### SELECT INTO A Table Style
Expand Down

0 comments on commit eb13ac5

Please sign in to comment.