Slackbot
10/10/2022, 8:33 AMwey
10/11/2022, 1:40 AMINSERT VERTEX t2 (name, age) VALUES "13":("n3", 12), "14":("n4", 8);
If batch insert you meant multiple lines, it’s supported, but not recommended as the client will only return the last line of execution result in multi-line query.
https://docs.nebula-graph.io/3.2.1/3.ngql-guide/12.vertex-statements/1.insert-vertex/Sandeep
10/11/2022, 11:42 PM