Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/How-to Guides/streaming-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ These examples illustrate complete, real-world derived table definitions.
## Need Help?

- SQL syntax reference: [DuckDB SQL](https://duckdb.org/docs/sql/introduction)
- Performance tuning: See [Streaming SQL Reference](/references/streamingsql/)
- Supported and Unsupported Operations: [Streaming SQL Reference](/references/streamingsql/)
4 changes: 2 additions & 2 deletions src/content/docs/References/streaming-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ active_blocks: {

## Need Help?

- SQL syntax reference: DuckDB SQLhttps://duckdb.org/docs/sql/introduction
- Performance tuning: See Performance Tips in (Streaming SQL Guide)[]
- SQL syntax reference: [DuckDB SQL](https://duckdb.org/docs/sql/introduction)
- Performance tuning: See Performance Tips in [Streaming SQL Guide](/how-to/streamsql/)