PL/SQL Developer double-click table name query, pldeveloper
Double-click a table. The default value is Expand/Collapse. To Expand/Collapse a table, you need to view the table data quickly. If you write select * from tab, it will be troublesome,
Double-click table to perform quick query.
Method:Tools-> Preferences-> User Interface-> Browser-> Object type (Table)-> Double-click action (Query Data)
Reprinted please indicate the source: http://blog.csdn.net/itmyhome1990/article/details/38663783
How can I configure plsql to double-click a table name to find the table data?
Choose "tool"> "preference"> "object type" on the right of "browser", select "table double-click action", select "query data", and click "OK". double-click the table name to check the table data.
How can pl/SQL developer query multiple table data in one SQL window open ??
A window can only display the results of one query statement (Select.
Five query statements are written in your SQL window, so five query statements are displayed in the display window, but you can only view the display window one by one.