Quote:
Originally Posted by Starson17
You can't "check if both fields are equal (or different), no matter which values they have."
|
If this is really important, you can create a composite column that compares the other columns and produces 'yes' or 'no' as appropriate. The 'strcmp' function makes this reasonably straightforward.