We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce526e commit 7af7106Copy full SHA for 7af7106
examples/official-site/sqlpage/migrations/38_run_sql.sql
@@ -16,7 +16,9 @@ VALUES (
16
17
It is common to want to run the same SQL queries at the beginning of all your pages,
18
to check if an user is logged in, render a header, etc.
19
-You can create a file called `common_header.sql`, and use the `dynamic` component with the `run_sql` function to include it in all your pages.
+You can create a file called `common_header.sql`,
20
+and use the [`dynamic`](documentation.sql?component=dynamic#component) component with the `run_sql` function
21
+to include it in all your pages.
22
23
```sql
24
select ''dynamic'' as component, sqlpage.run_sql(''common_header.sql'') as properties;
0 commit comments