M
Marian Edu
Guest
That might be an idea Peter, what will be nice is to have the query-prepare handle a 'global' filter and break that into where clauses for each buffers... do realise sometime this is not easy or maybe even not possible if complex and/or logic is used with criteria on different buffers grouped together
for each a, each b where a.x = 12 and b.y = a.z => for each a where a.x = 12, each b where b.y = a.z
Continue reading...
Continue reading...