relpipe-data/examples/relpipe-in-sql-1.txt
branchv_0
changeset 278 ae17db13569c
equal deleted inserted replaced
277:059fd2bbcfeb 278:ae17db13569c
       
     1 a:
       
     2  ╭─────────────┬──────────────────╮
       
     3  │ id (string) │ message (string) │
       
     4  ├─────────────┼──────────────────┤
       
     5  │ 1           │ Hello,           │
       
     6  │ 2           │ world!           │
       
     7  ╰─────────────┴──────────────────╯
       
     8 Record count: 2
       
     9 b:
       
    10  ╭──────────────╮
       
    11  │ msg (string) │
       
    12  ├──────────────┤
       
    13  │ HELLO,       │
       
    14  │ WORLD!       │
       
    15  ╰──────────────╯
       
    16 Record count: 2