Farhan Shariff

Farhan Shariff

  • NA
  • 933
  • 237.7k

ReArranging DataTables

Jul 11 2014 10:59 AM
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)