Vertica insertions

Hi,
I want to insert column wise insertions in vertica via nodejs. Is there any way please let me know.
(or)
this query performs column wise insertion in vertica which is
=> insert into bulk (id) select id from another_table limit 10000;commit;

it performs well.
Now I want to form this query in nodejs to perform column wise bulk insertion.
I want to know the in which format vertica select query returns the data.Please explain me.
Thank in advance.

Comments

  • Hi!

    I want to insert column wise insertions in vertica via nodejs.

    I want to know the in which format vertica select query returns the data.

    What do you mean? Depends on driver/client, probably as Array or dictionary. Check it by yourself.

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file