dhoni kholi

dhoni kholi

  • NA
  • 198
  • 39.6k

How to get multiple row from database

Dec 23 2019 11:53 PM
How to get multiple row from database and Some changes to store another table
 
Ex: Table 1 
 
 NoName QtyPrice
 AA-1 Nokia1 1000
 AA-1 HTC1 1000 
 AA-1Samsung 2500 
 
     get the rows from  Table 1  and change Id-No to store another table Table2 
 
 EX: Table 2

 IDName QtyPrice
M-2 Nokia11000
M-2 HTC11000
M-2Samsung 2 2500
 
how to implement the process 
 
 

Answers (3)