Hi,
I feel like I'm just spacing on this one, but I need to bang it out quick.
I have a Customer table and a Classifier table, sharing a Customer ID, one Customer to many Classifiers
I need a complete dump of the Customer table, one line per Customer. If Classifier 6 exists, include the data from the Classifier record. If it doesn't, I still need to print the Customer data without any data from Classifier.