I want to copy some rows data to another table, For example:
I have this 2 Tables: (qa_items_purchases), (qa_suppliers_invoices)
qa_items_purchases, Data:

qa_suppliers_invoices is Empty:

I need to copy all records contained in the table (qa_items_purchases), extracting only the fields that the other table has.
EDIT:
Between the tables there is variation in the names then:
purchase_code AS itempurchase_code
supplier_invoice_code AS item_invoicecodesupplier
supploer_invoice_date as itempurchase_date
Try this: