Hello all.
I am wondering if it is possible to qualify tables in a OpenEdge query using FOR EACH.
For example, I have this code in SQL:
Is it possible to write it in OpenEdge qualifying tables?. If not, how should it be done?
Thanks in advance.
Regards.
- José Miguel Giménez
I am wondering if it is possible to qualify tables in a OpenEdge query using FOR EACH.
For example, I have this code in SQL:
Code:
SELECT COUNT(*)
FROM table a, table b
WHERE a.field1 = 1 AND
b.field1 = 2 AND
a.field2 = b.field2.
Is it possible to write it in OpenEdge qualifying tables?. If not, how should it be done?
Thanks in advance.
Regards.
- José Miguel Giménez