Details
Description
Modify the ExportOutputFormat to allow an alternate way for constructing the SQL insert statement. The current SQL insert statement of the form (INSERT INTO myTable (col1, col2, ..) VALUES (val1 , val2, ..) , (val1 , val2, ..) , .. ; is not supported by some databases.