Skip to content

Commit

Permalink
Update documentation/concept/deduplication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolmer authored Nov 29, 2024
1 parent c49a7cb commit aa2e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/concept/deduplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEDUP UPSERT keys(timestamp, symbol, price)
ORDER BY timestamp, symbol, price
```

This is the natural order of data returned in plain queries, without any grouping, filtering or ordering.
This is the natural order of data returned in plain queries, without any grouping, filtering or ordering. The SQL standard does not guarantee the ordering of result sets without explicit `ORDER BY` clauses.

:::

Expand Down

0 comments on commit aa2e148

Please sign in to comment.