Hi experts,
I am facing problem regarding updating of certain field of table. For example i would like to take data from a column of Table1 and would like insert that data into particular column in Table2.
Suppose Table One has data:
Table 1
ID Name amount
1 a 0
34 b 0
3 ab 0
Table2
ID Name amount
34 a 400
1 b 900
3 ab 4500
There are about 2000 records in each table.
I would like to update column "Amount" of Table1 by taking data from Table2 "Amount" Field.
how can i update the amount column by keeping the ID field?
Looking forward of your answer.
Thanks
I am facing problem regarding updating of certain field of table. For example i would like to take data from a column of Table1 and would like insert that data into particular column in Table2.
Suppose Table One has data:
Table 1
ID Name amount
1 a 0
34 b 0
3 ab 0
Table2
ID Name amount
34 a 400
1 b 900
3 ab 4500
There are about 2000 records in each table.
I would like to update column "Amount" of Table1 by taking data from Table2 "Amount" Field.
how can i update the amount column by keeping the ID field?
Looking forward of your answer.
Thanks
Last edited: