Skip to content

Commit 060a987

Browse files
dhtclkBlargian
andauthored
Update docs/tutorial.md
Co-authored-by: Shaun Struwig <[email protected]>
1 parent 52abe7c commit 060a987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You need access to a running ClickHouse service to complete this tutorial. For i
2525
The New York City taxi dataset contains details about millions of taxi rides, with columns including tip amount, tolls, payment type, and more. Create a table to store this data.
2626

2727
1. Connect to the SQL console:
28-
- For ClickHouse Cloud, select a service from the dropdown menu and then select **SQL Console** from the left navigation menu.
29-
- For self-managed ClickHouse, connect to the SQL console at `https://_hostname_:8443/play`. Check with your ClickHouse administrator for the details.
28+
- For ClickHouse Cloud, select a service from the dropdown menu and then select **SQL Console** from the left navigation menu.
29+
- For self-managed ClickHouse, connect to the SQL console at `https://_hostname_:8443/play`. Check with your ClickHouse administrator for the details.
3030

3131
2. Create the following `trips` table in the `default` database:
3232
```sql

0 commit comments

Comments
 (0)