compare data

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
qqragoon
Forum Newbie
Posts: 17
Joined: Wed Nov 15, 2006 6:17 pm

compare data

Post by qqragoon »

I have a database that contains tables. They have same length of the field. I would like to compare the data sets in it and only display the different data sets. How can I do that? SELECT? Thanks! 2nd, what if i want to compare data sets in a single table and display the different sets only, how can i do that? Thanks!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There's a thread linked from Useful Posts detailing a potential solution, if I understand your problem.
Post Reply