Open CBox opened 9 years ago
Hi,
If I've a collection value how can I insert the data? Do I need to convert to json or just pass an array? Nothing works..
CREATE TABLE test( sample map<\text, text>, );
Thanks!
When I pass an array to batch with Map values things goes bad and only part of the data inserts.
Hi,
If I've a collection value how can I insert the data? Do I need to convert to json or just pass an array? Nothing works..
CREATE TABLE test( sample map<\text, text>, );
Thanks!