Hi experts
i have 2 database
i make a query on the first and i have, let's say this datatable :
ID (int) | Label (string)
I make another query on the other database and i have this datatable :
ID (int) | Label (string | X (int) | Y (int)
and i want to create a unique dataset or datatable that contains all result from the first datatable without the result of the second datatable based on ID
is it possible?
thank you
regards
Start Free Trial