Introduction - If you have any usage issues, please Google them yourself
This method is the most basic way, most people will think of this approach. Insert statement does not seem suitable for high-volume operations, is not this it? The data of this method will be 100 million divided into 10 batches, each 100,000, one transaction per 100,000, 10 times to import the database. Basic statement: Insert Into TableB (Value1) values (' " +i+" ' ) : i statement is an accumulation variable in the host program, used to populate the database field values.