Skip to content

Commit

Permalink
Merge pull request #4060 from szarnyasg/nits-20241113a
Browse files Browse the repository at this point in the history
Fix broken URLs
  • Loading branch information
szarnyasg authored Nov 13, 2024
2 parents abc5042 + ebed98d commit 27d38d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2023-04-14-h2oai.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can also look at the results [here](https://duckdblabs.github.io/db-benchmar

## Questions about Certain Results?

Some solutions may report internal errors for some queries. Feel free to investigate the errors by using the [_utils/repro.sh](https://github.com/duckdblabs/db-benchmark/blob/master/_utils/repro.sh) script and file a GitHub issue to resolve any confusion. In addition, there are many areas in the code where certain query results are automatically nullified. If you believe that is the case for a query for your system or if you have any other questions, you can create a GitHub issue to discuss.
Some solutions may report internal errors for some queries. Feel free to investigate the errors by using the [`repro.sh` scripts](https://github.com/duckdblabs/db-benchmark/blob/main/_setup_utils/repro.sh) and file a GitHub issue to resolve any confusion. In addition, there are many areas in the code where certain query results are automatically nullified. If you believe that is the case for a query for your system or if you have any other questions, you can create a GitHub issue to discuss.

## Maintenance Plan

Expand Down
2 changes: 1 addition & 1 deletion docs/sql/statements/create_macro.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ CREATE TABLE users AS
SELECT * FROM get_users([1, 5]);
```

To define macros on arbitrary tables, use the [`query_table` function](docs/guides/sql_features/query_and_query_table_functions). For example, the following macro computes a column-wise checksum on a table:
To define macros on arbitrary tables, use the [`query_table` function]({% link docs/guides/sql_features/query_and_query_table_functions %}). For example, the following macro computes a column-wise checksum on a table:

```sql
CREATE MACRO checksum(table_name) AS TABLE
Expand Down

0 comments on commit 27d38d8

Please sign in to comment.