
16 Sep
2009
16 Sep
'09
7:59 p.m.
I didn't follow the thread but you might consider square brackets instead:
select[ t1.id, t2.id ].from[ t1, t2, p ] .where [ (t1.income + t2.income).between(20, 40) && p.husband == t1.id && p.wife == t2.id ] Interesting idea. The kind that pops up when you consider overloading
Andrey Semashev wrote: the comma :-D Thanks, J-L