PDA

Click to See Complete Forum and Search --> : SQL


Jun 12th, 2000, 01:04 AM
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

JHausmann
Jun 12th, 2000, 01:49 AM
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.