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 7a2cc09 commit 5998d20Copy full SHA for 5998d20
examples/official-site/blog.sql
@@ -1,3 +1,6 @@
1
+select 'redirect' as component, '/blog.sql' as link
2
+where ($post IS NULL AND sqlpage.path() <> '/blog.sql') OR ($post IS NOT NULL AND NOT EXISTS (SELECT 1 FROM blog_posts WHERE title = $post));
3
+
4
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
5
6
SELECT 'text' AS component,
0 commit comments