relpipe-data/examples/relpipe-in-sql-1.txt
branchv_0
changeset 278 ae17db13569c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/relpipe-data/examples/relpipe-in-sql-1.txt	Tue Oct 29 13:39:42 2019 +0100
@@ -0,0 +1,16 @@
+a:
+ ╭─────────────┬──────────────────╮
+ │ id (string) │ message (string) │
+ ├─────────────┼──────────────────┤
+ │ 1           │ Hello,           │
+ │ 2           │ world!           │
+ ╰─────────────┴──────────────────╯
+Record count: 2
+b:
+ ╭──────────────╮
+ │ msg (string) │
+ ├──────────────┤
+ │ HELLO,       │
+ │ WORLD!       │
+ ╰──────────────╯
+Record count: 2