I am using DBVisualizer 8.0.6 and when I run a simply query like....
select * from table
It only shows the first 1000 rows and then stops the query and displays in the bottom left corner... "Number of rows limited by maxrows"
How do I change this #? I'm writing a query which needs to export a little over 1000 rows but dbvisualizer has this set limit...
I tried something like @set maxrows 2000 then commit then run my query. Still returns only 1000 rows. This is for an Oracle table.
There is a box in SQL Commander labeled Max Rows. Set it to -1
for the complete result set.