SELECT * FROM Class1EXCEPTSELECT * FROM Class2
SELECT c1.* FORM Class1 c1 LEFT JOIN Class c2 ON c1.CommonColumn = c2.CommonColumn
Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
Login to post response