Selecting multiple cells

SayToKen

Member
hi there,

After running a query, instead of copying all records into the clipboard, I would like to select let say only from row 2 to row 5, column 1, is that possible ? This can be done in Navigator 3.0
ie.
select a.object_name, a.object_id, a.subobject_name from user_objects a order by a.object_id;

I only want record 2, 3, 4, 5 for object_name into my clipboard, but I can't hi-light these specific cells.

------------------
Cheers.
Ken.
 
This is certainly possible in the SQL Window. To select a specific range of cells, move the mouse pointer over the left edge of a cell until its shape changes, press the mouse button, and drag the mouse to highlight the selection.

See also Chapter 6.2 in the User's Guide (the "Selecting columns, rows and cells" paragraph).

------------------
Marco Kalter
Allround Automations
 
Back
Top