I am trying to insert 13k rows in my table. My table structure is as follow
ID | Col1 | Col2 | Col3 | Col4 | Col5 | Col6 |
ID is the primary (auto-increment) column.
I need Col1 to reflect number 1 to 13000.
The rest of the columns will remain blank.
I am sure this question has been asked before but I am really confused as to how to do that efficiently. Thanks