Skip to content

Commit

Permalink
Merge pull request #5 from hazelcast-guides/DOCS-672_small_corrections
Browse files Browse the repository at this point in the history
Docs 672 small corrections
  • Loading branch information
rebekah-lawrence authored Nov 28, 2023
2 parents 63fd148 + e16c57b commit 91e6abb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/modules/ROOT/pages/sql-on-viridian.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For a detailed explanation of using SQL to generate data, refer to the Generatin
. If you are using the CLC, open the SQL shell.
+
```bash
clc sql
clc
```

. If you are using Management Center, open the SQL tab.
Expand Down Expand Up @@ -98,7 +98,6 @@ FROM
FROM TABLE(generate_stream(100)));

```
. If you're using the CLC SQL shell, press CTRL-C to return to the prompt.

. Verify that the data is streaming by issuing a query.
+
Expand All @@ -107,6 +106,8 @@ SELECT * FROM trades;
```
If you are using the SQL browser, you will need to press "Execute Query" to send the code to Hazelcast.

. If you're using the CLC SQL shell, press CTRL-C to return to the prompt.

. Stop the query by clicking the "Stop Query" button in the SQL browser or typing CTRL-C in the SQL shell.

[NOTE]
Expand Down

0 comments on commit 91e6abb

Please sign in to comment.