After I query an sales table, i would like to add the outstanding unpaid to another table
Output example
id_order company amount
3 A 30
4 B 40
6 C 45
How do I add the above to another table example tbl_outstanding
(use array??? them cfinsert into the database??))
Output example
id_order company amount
3 A 30
4 B 40
6 C 45
How do I add the above to another table example tbl_outstanding
(use array??? them cfinsert into the database??))
Comment