We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94fa94 commit bcf11d4Copy full SHA for bcf11d4
1 file changed
docs/tutorials/basics/part1.md
@@ -77,7 +77,7 @@ even multiple data sources connected to the same table.
77
## Step 2. Write queries
78
79
We would like to compute the lowest price for each part
80
-across all vendors. Add the following statements to your SQL program
+across all vendors. Add the following statements to your SQL program:
81
82
```sql
83
-- Lowest available price for each part across all vendors.
0 commit comments