Skip to content

Commit

Permalink
fix a typo (#5441)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccanne authored Nov 7, 2024
1 parent 92e3052 commit d082d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/pipe-ambiguity.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM Part
| SELECT p_name
| AGGREGATE -COUNT(*)
```
arguing that this could be parsed as follows;
arguing that this could be parsed as follows:
```sql
FROM Part
| SELECT *, (p_size+1 | extend) AS p_type
Expand Down

0 comments on commit d082d5e

Please sign in to comment.