Query output selection of multiple rows

WIAN

Member
I'm new to PL SQL Developer.

I am struggling to do a type of selection on the data that is returned in a SQL Window.

I know I can select a whole column or row by clicking on the column header for selection of an entire column or left-most column for selection of an entire row.

But how do I select for instance only 5 rows of the output data in a specific column when 10 rows are returned?

Regards,
Wian

 
If you hold the mouse cursor over the left edge of a cell, the mouse cursor shape will change to selection mode, allowing you to select any range of cells.

See also chapter 7.2 "Result grid manipulation" in the User's Guide.
 
Back
Top