Hi guys,
Is it possible to compare two tables that are not linked together using SQL? If it is, how is it done? Counting on your co-operation.Thanks.
Albert
Printable View
Hi guys,
Is it possible to compare two tables that are not linked together using SQL? If it is, how is it done? Counting on your co-operation.Thanks.
Albert
What do you mean by "not linked"?
You can join tables but it's a real good idea that they share a field in common that you use to join.