relpipe-data/examples/relpipe-in-sql-1.txt
author František Kučera <franta-hg@frantovo.cz>
Sat, 12 Sep 2020 13:20:21 +0200
branchv_0
changeset 315 d4c2968a391f
parent 278 ae17db13569c
permissions -rw-r--r--
roadmap: relpipe-tr-sql already uses ODBC

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