Skip to content

Commit dc73b66

Browse files
committed
Clear table label at the end of the demo.
1 parent 042847c commit dc73b66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ SELECT friendship.*, l._||' -> '||r._ AS who FROM friendship,
1616
LATERAL (SELECT full_name FROM "user" WHERE first = id) AS l(_),
1717
LATERAL (SELECT full_name FROM "user" WHERE second = id) AS r(_);
1818

19+
--- Remove the table label.
20+
\C
21+
1922
DO $$
2023
DECLARE
2124
graphql_q text = E'user("f3411edc-e1d0-452a-bc19-b42c0d5a0e36") {\n'

0 commit comments

Comments
 (0)