relpipe-data/examples/relpipe-in-sql-1.txt
author František Kučera <franta-hg@frantovo.cz>
Mon, 27 Jul 2020 16:17:41 +0200
branchv_0
changeset 308 0c5723bc16bc
parent 278 ae17db13569c
permissions -rw-r--r--
template: diagram macro: remove localized alt/title

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