Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 14, 2024
1 parent 03bcc47 commit eedee72
Showing 1 changed file with 1 addition and 1 deletion.
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]({% link 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.md %}). 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 eedee72

Please sign in to comment.