Hi Team,
I have a requirement of below
table1
1 abc xyz
2 xyz fgh
I want to add the first colomn from the table1 to table2.
table2: the output should be
1 ravi 2000
2 rani 3000
How do i achieve this? Can someone can help me