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 8ed6362 commit f65f8bcCopy full SHA for f65f8bc
examples/official-site/functions.sql
@@ -1,3 +1,8 @@
1
+select 'http_header' as component,
2
+ printf('<%s>; rel="canonical"',
3
+ iif($function is not null, sqlpage.link('functions.sql', json_object('function', $function)), 'functions.sql')
4
+ ) as "Link";
5
+
6
select 'dynamic' as component, properties
7
FROM example WHERE component = 'shell' LIMIT 1;
8
0 commit comments