oracle - How to get all the rows in my results as opposed to only 100 rows? -


i using microsoft visual studio 2012 shell(integrated) version.

when right click on table , select 'query window' able write code return values oracle database. when run it, i 100 rows of results.

how rows of results? there option can check or uncheck achieve that?

i don't use visual studio, suppose need press pgdown or end button in results table. pgdown - fetch next 100 rows. end - fetch rows.at least sql navigator works way.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -