From: Matthias R. <mat...@so...> - 2006-07-11 21:51:54
|
Matthias Radestock <mat...@so...> writes: > test1Query = > do t <- table Table1.table1 > project (idField << t1!Table1.xid) > > test2Query = > do t <- table Table2.table2 > project (idField << t2!Table2.xid) Small correction: The projections should read ... <<t!.... Matthias. |