Hi,
i'm french and I'm not speaking english very well...
So, simply:
select a.col1,b.col1,a.rowid,b.rowid from table1 a, table2 b where a.col2=b.col2
If I write this, I can modify on the list only column of table1. I can't modify column of table2, the cell is blocked.
If I write this...