Recent content by sixsous

  1. S

    Don t understand how PL/SQL works with rowid

    Thanks for this reply. The goal was not to use this request but I was curious to understand the comportment of PLSQL when we send 2 (or more) rowid in a request.
  2. S

    Don t understand how PL/SQL works with rowid

    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...
Back
Top