relpipe-data/examples/relpipe-in-sql-1.txt
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 00:43:11 +0100
branchv_0
changeset 329 5bc2bb8b7946
parent 278 ae17db13569c
permissions -rw-r--r--
Release v0.18

a:
 ╭─────────────┬──────────────────╮
 │ id (string) │ message (string) │
 ├─────────────┼──────────────────┤
 │ 1           │ Hello,           │
 │ 2           │ world!           │
 ╰─────────────┴──────────────────╯
Record count: 2
b:
 ╭──────────────╮
 │ msg (string) │
 ├──────────────┤
 │ HELLO,       │
 │ WORLD!       │
 ╰──────────────╯
Record count: 2