I have a table with 50 columns, and the table has more than one lakh records. My requirement is to get few desired records from the table and insert into another machine's database table.
Is there a way to extract the desired result records along with Insert statement? I tried doing with exporting the data, but it fetches all the records.
Any suggestions please?