relpipe-data/examples/relpipe-in-sql-1.txt
author František Kučera <franta-hg@frantovo.cz>
Wed, 30 Oct 2019 18:05:46 +0100
branchv_0
changeset 282 ec02133045a3
parent 278 ae17db13569c
permissions -rw-r--r--
Release v0.14 – SQL, AWK, Bash completion, GPLv3

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