Multiple entries within the Data Dictionary?
Hi, I was wondering if it's possible to have multiple entries within the
RB_Join table that forms the Data Dictionary?
eg:
If I have two tables, TABLE1 & TABLE2 that are joined as follows:
SELECT *
FROM TABLE1 a, TABLE2 b
WHERE a.ID = b.ID
AND a.TYPE = b.TYPE
Is it possible to store this in the Data Dictionary?
This would be such that when I launch the Join Table dialog I would see two
sets of Criteria linking them together.
Thanks in advance!
Regards,
Nigel Huband.
RB_Join table that forms the Data Dictionary?
eg:
If I have two tables, TABLE1 & TABLE2 that are joined as follows:
SELECT *
FROM TABLE1 a, TABLE2 b
WHERE a.ID = b.ID
AND a.TYPE = b.TYPE
Is it possible to store this in the Data Dictionary?
This would be such that when I launch the Join Table dialog I would see two
sets of Criteria linking them together.
Thanks in advance!
Regards,
Nigel Huband.
This discussion has been closed.
Comments
there's no spaces.