I want to Insert values multiple times like, I have PartNo and Quantity if I enter PartNo as Fibre and Qty = 3 then It should fill in 5 times as:
PartNo Inventory_Qty
Fibre 1
Fibre 1
Fibre 1
Please help me how to write a query for this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In only one sql command:
or differently (but not supported by Oracle, thanks Lukas Eder)