Hey all I have a select question that I need help on. Here is what I have. I have 3 columns that contain
|---|----------------|-------------|
|id | ComputerName | Software |
------------------------------------
Here is some data from select * from tbl_compair;
So what we have is 3 Computer Names and software that is installed on them (this is a small part of all the returned data). I have to find out what software is different between all 3 computers. I need to know what is NOT installed on all 3 computers. Can this be done? If it can, I need help.
THank in advanace,
-T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
|---|----------------|-------------|
|id | ComputerName | Software |
------------------------------------
Here is some data from select * from tbl_compair;
Code:
1 MIAA01-047 Adobe Flash Player ActiveX
2 MIAA01-047 Adobe Reader 8.1.0
3 MIAA01-047 ATI Display Driver
4 MIAA01-047 Autodesk DWF Viewer 6.5
5 MIAA01-047 Citrix ICA Web Client
234 MIAA01-DORRANPS Hummingbird Exceed 10
235 MIAA01-DORRANPS Internet Explorer Q903235
236 MIAA01-DORRANPS LANDesk Advance Agent
237 MIAA01-DORRANPS LANDesk(R) Antivirus
238 MIAA01-DORRANPS LANDesk(R) Common Base Agent 8
455 MIYS02-HARLELL LiveUpdate 3.1 (Symantec)
456 MIYS02-HARLELL Macromedia Shockwave Player
457 MIYS02-HARLELL MATLAB R2006a
458 MIYS02-HARLELL MetaFrame Presentation Server Web Client for Win32
So what we have is 3 Computer Names and software that is installed on them (this is a small part of all the returned data). I have to find out what software is different between all 3 computers. I need to know what is NOT installed on all 3 computers. Can this be done? If it can, I need help.
THank in advanace,
-T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!