Time_Traveller
New Member
I just got this error:
I looked up the docs and theres the possiblity to insert rows from a subselect or something.
Is there no way to just put 2 rows with one statement?
docs.progress.com
Normaly in SQL you can do INSERT INTO (columns_list) VALUES (values for row1), (values for row2) ...java.sql.SQLException: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Syntax error in SQL statement at or about ", ("A", "B"
I looked up the docs and theres the possiblity to insert rows from a subselect or something.
Is there no way to just put 2 rows with one statement?