I have a table with many columns of many differnt types
I need to match up rows in this table according to many differnet criteria
In Some column the value has to match - In some they have to be differnt in
some they could be the same or null (but not different) etc...
I would that I should another table that should define how to match up rows
in the same table (above) then based on that I would build a SQL string.
Does anybody have an eaiser way? Any code I could use - thanks
How d