Fancy new feature

This is something that just crossed my mind, and could be extremly usefull.

In the sql window, you are wring a query ... you need to join another table .. you grab it from the browser, drag it over the table you want to join with, and PL/SQL Developer automatically adds the table to the from list, and add the join condition via the primary key (or unique indexes).

It should be extremly fast :)

That would be very neat to have ! :D
 
The Query Builder already has this functionality. It maybe convenient to include its drag & drop functionality to the SQL and PL/SQL Editor. I have added this to the list of enhancement requests.
 
However, this should more "typing" oriented.

i.e. i am just going to drag&drop this single table, and write the rest of the query.

And it will matter where you drop the table .. as to what are the join conditions.

At least this is how I would imagine it.
 
Back
Top