Hello Guys,
I am having a datatable stored in a DT variable and I want to insert a value on another column from the existing table. How can this be done?
Ex:
table
1 2 3
4 5 6
I want to add value x to table on each row in a new column:
1 2 3 x
4 5 6 x