Published on InterSystems Developer Community (https://community.intersystems.com)

Home > INSERT multiple rows

Question
Daniel Buxton · May 11, 2020

INSERT multiple rows

Hey I would like to INSERT mulitple rows to 1 table.  I need to intersystems cache equivelant for 

INSERT INTO table_name (column_list)
VALUES
    (value_list_1),
    (value_list_2),
    (value_list_3);

 

Have tried this post https://community.intersystems.com/post/how-execute-multiple-query-or-script-sql-management-studio
but still got an error

#SQL #Caché

Source URL:https://community.intersystems.com/post/insert-multiple-rows