I am little confused whether we can accomplish inserting multiple rows / multiple values for few same values. To make it less complicated my table should look as shown below. Right now i have data in excel.
I would like to insert SET_VALUE by keeping other row values being the same. The only other option i can think of is inserting multiple times :(
INSERT INTO TABLE_NAME
VALUES ( null, 100, 'miscellaneous', 'book', CURRENT_TIMESTAMP );