I have the following lines in a SQL window which consists of a dml statement on one line and a list of tables/views on the following lines.
So if try to do a "Query data" on the "user_views", it actually queries the "user_objects".
Thanks,
Joe
If I right-click on any tables/views from the list and do a "Query data", the table/view above the one that I clicked on is queried.select * from dual
user_objects
user_views
...
So if try to do a "Query data" on the "user_views", it actually queries the "user_objects".
Thanks,
Joe