1
Answer

ReArranging DataTables

Farhan Shariff

Farhan Shariff

10y
594
1
I have 2 DataTables which have same column names but the order is different
how to arrange them in the same order 
delta_table 
 A B C
 
 
 
delta_table_ref 
 B A C
 
 
 
output:
delta_table_ref 
 ABC
 
 

Answers (1)