K2InformaticsGmbH / imem

Clustered in-memory database based on MNESIA with simple SQL layer
http://www.k2informatics.ch/
Apache License 2.0
21 stars 4 forks source link

unable to send-receive #310

Open stoch opened 4 years ago

stoch commented 4 years ago

trying to send-receive on ZHH management:

from

select
    ckey, chash
from
    csv$header$skip1$tab.
    "C:\Users\scis-TGDOCST1\Downloads\tpac.foreign-key.hashes.stag.csv"
ckey    chash
["channel"] Y53L2
["channel","Combox"]    1N8OUH
["channel","IPSS"]  I85LA
["channel","LA"]    263LQA
["channel","MBS"]   224AJP
["channel","SRAS"]  26C2E7
["channel","undefined"] ARQV3
...

image

into

select
    left_item1, left_item2
from
    dderlstag.cmp_binstr_left
order by
    1 asc

image