L
Leon_Amirreza
dataset1.table1 is filled from a table in a database
dataset2.table1 is filled from a table in a database
How can I programatically compare the two tables to see if their schemas are
compatible (Same column definitions and contraints and keys...) and can be
merged or not?
dataset2.table1 is filled from a table in a database
How can I programatically compare the two tables to see if their schemas are
compatible (Same column definitions and contraints and keys...) and can be
merged or not?