Skip to content

Commit 996ed2e

Browse files
committed
1 parent 49ee945 commit 996ed2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SELECT
2+
'text' AS component,
3+
CASE sqlpage.link('', sqlpage.variables('get'))
4+
WHEN '?x=1' THEN
5+
'It works !'
6+
ELSE
7+
'Expected "?x=1"'
8+
END AS contents
9+
;

0 commit comments

Comments
 (0)