Skip to content

Commit 908aade

Browse files
Victor LeeVictor Lee
Victor Lee
authored and
Victor Lee
committed
DOC-2349 gsql 3.6 fix ERR/WARN
1 parent a4915dc commit 908aade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/querying/pages/output-statements-and-file-objects.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ If the `println` statement has a list of expressions to print, it will produce a
499499
The data from query-body level `FILE` print statements (either `TO_CSV` or `println`) will appear in their original order. However, due to the parallel processing of statements in an `ACCUM` block, the order in which `println` statements at the DML-sub-statement level are processed cannot be guaranteed.
500500
====
501501

502-
==== Example
502+
=== Example
503503

504504
.File object query example
505505

modules/querying/pages/query-operations.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ Users can run `INSTALL QUERY -OPTIMIZE` to optimize all installed queries. The n
610610

611611
The `RUN QUERY` command runs an installed query. To run a query with the `RUN QUERY` command, specify the query name, followed by the query parameters enclosed in parentheses. Running a query executes all statements in the query body and produces output as specified by the output statements in the query.
612612

613-
You can also run an installed query through REST requests - see xref:3.2@tigergraph-server:API:built-in-endpoints.adoc#_run_an_installed_query_get[Run an installed query].
613+
You can also run an installed query through REST requests - see xref:{page-component-version}@tigergraph-server:API:built-in-endpoints.adoc#_run_an_installed_query_get[Run an installed query].
614614

615615
=== Syntax
616616

0 commit comments

Comments
 (0)