How do I create an Expression (qualifier) that will generate SQL that will compare two attributes of the same row, perhaps with a "less than" comparison. For example:
SELECT * FROM MyTable t WHERE t.firstAttribute < t.secondAttribute Thanks, John
How do I create an Expression (qualifier) that will generate SQL that will compare two attributes of the same row, perhaps with a "less than" comparison. For example:
SELECT * FROM MyTable t WHERE t.firstAttribute < t.secondAttribute Thanks, John