Suppose,
i hv an 10 columns and next to that other columns in a DB Table. That 10 columns hv same default values & others are retriving from other table and are nearly 1000 records. How can i insert that 1000 records using single query or by other method in DB Table ?
i used the forloop for 1000 records but it degrades the performance. i want a better solution on this.
Help me, Pls.