How to add the colomn to the existing data table

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

@cheersrpa,

Please find below thread:

How to add a column into new datatablefrom existing datatable?

I followed the same link but no luck

@cheersrpa,

Please find the attached file.
AddColumn.zip (8.0 KB)

1 Like