Insert a row into a sheet
Inserts a single row into the My sheet tab in the default spreadsheet. Column1–Column4 represent your actual sheet columns.
INSERT INTO "My sheet"(Column1, Column2, Column3, Column4)
VALUES('AAA', 100, '2020-01-01', 150.33)