i have one table i want to use one primary key in many row and not stop inputting row until i finished which is one transmittal_id equals to many rows of data
example table:transfer
(pk)transmittal_id | (fk)product_id | product_name | product_quantity |
---|
i want a result table like this
example result table:transfer
transmittal_id | product_id | product_name | product_quantity |
---|---|---|---|
220526 | APCEE | 100 | |
220524 | LAGUNDI | 100 | |
1 | 220529 | TOVIT | 100 |
220601 | BETTER C | 100 | |
220605 | ZINC VITA | 100 |