My table has around 190 fields. Out of which only 30 cannot be null. And around 7k rows are to be inserted.
I am using JDBC. Is there anyway of inputting all these directly from a text file in a single INSERT instead of doing an INSERT statement 7k times.