You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set COMPOSE_PROFILES to one of the following: postgres, mysql, mssql
2
-
COMPOSE_PROFILES=mssql
1
+
# Set COMPOSE_PROFILES to one of the following: postgres, mysql, mssql. If set to mssql, you will need to change the depends_on propery in docker-compose.yml
@@ -100,12 +101,12 @@ SELECT a.x || ' times ' || b.x as title,
100
101
a.x||' x '||b.x||' = '|| (a.x*b.x) as description,
101
102
'This is basic math'as footer,
102
103
'?x='||a.xas link -- This is the interesting part. Each card has a link. When you click the card, the current page is reloaded with '?x=a' appended to the end of the URL
103
-
FROM (VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10)) as a(x),
0 commit comments