relpipe-data/examples/relpipe-in-sql-1.txt
author František Kučera <franta-hg@frantovo.cz>
Tue, 29 Oct 2019 13:39:42 +0100
branchv_0
changeset 278 ae17db13569c
permissions -rw-r--r--
examples: Reading SQL scripts
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
278
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
a:
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
 ╭─────────────┬──────────────────╮
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
 │ id (string) │ message (string) │
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
 ├─────────────┼──────────────────┤
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
 │ 1           │ Hello,           │
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
 │ 2           │ world!           │
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
 ╰─────────────┴──────────────────╯
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
Record count: 2
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
b:
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
 ╭──────────────╮
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
 │ msg (string) │
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
 ├──────────────┤
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
 │ HELLO,       │
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
 │ WORLD!       │
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
 ╰──────────────╯
ae17db13569c examples: Reading SQL scripts
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
Record count: 2