I am running
PL/SQL Developer - Version 7.1.4.1390
When clicked on linked query the sql that gets generated does not include the rowid.
Is this a preference setting and if so which one ?
Please help, thanks in advance Hannes
I found the solution to my own problem...
FYI
If the query you are currently on is updatable (including the rowid or got the for update) then the linked query will also include the rowid in the newly generated sql. Should your query not be updatable then the newly generated sql will not contain the rowid...
PLSQL is actually quite clever!