To insert multiple rows in Excel, first highlight the number of rows you want to add. Then, right-click the selected rows and click Insert in the context menu. You can also add a row in Excel by right ...
INSERT INTO myTable ( columnB, columnC, columnD ) SELECT hur, derp, hurderp UNION ALL SELECT hur2, derp2, hurderp2 UNION SELECT ALL hur3, derp3, hurderp3 For example ...