Posts
Sort by recent activity
Table to Table Rule
How can I create a Table to Table Rule when the join between the source and the target tables are like:
from Sourcetable join Table1 on Table1 .fkSourcetable = Sourcetable.PKjoin Table2 on Table2 ...