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.
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.