Log in

View Full Version : is this possible in anyway


sabret00the
01-08-2005, 01:34 PM
SELECT UNIQUE shared-id
FROM table
and then use a while to make it print out the results?

basically i just want to check two different tables to see is theirs a record in each for each shared-id.

Xenon
01-08-2005, 01:43 PM
it's called SELECT DISTINCT ;)

sabret00the
01-08-2005, 01:49 PM
thank you, i knew it had to in there somewhere :)

Xenon
01-08-2005, 04:24 PM
you're welcome :)