Hello everybody,
how is it possible to commit cached updates if the query goes to more than one table?
Here a little example:
select tab1.rowid, tab2.rowid, tab1.id, tab2.tab1_id
from tab1, tab2
where tab1.id = tab2.tab1_id
Can someone give me a solution?