-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Is it possible to use EDBI query editor with multiple queries like:
INSERT INTO table_name (column1,column2,column3,...)
VALUES (foo1,foo2,foo3,...);
INSERT INTO table_name (column1,column2,column3,...)
VALUES (bar1,bar2,bar3,...);
INSERT INTO table_name (column1,column2,column3,...)
VALUES (foo4,foo5,foo6,...);
INSERT INTO table_name (column1,column2,column3,...)
VALUES (bar4,bar5,bar6,...);
Instead one query to evaluate per once in EDBI query editor?
Metadata
Metadata
Assignees
Labels
No labels