in reply to Re: Printing the values of unique database records from comparing arrays of records
in thread Printing the values of unique database records from comparing arrays of records
Yes, I want to compare the whole row. The reason being, each record contains configuration data. While some values may be the same as in another record, others can be different. e.g. ("cpu","intel") and ("cpu","amd"), the cpu values are the same but the processor manufacturers are different. So this is why I want to compare the whole row and output all the record values with labels e.g. Hardware, Manufacturer.