Hi,
Perhaps I am blind but I would like to know how to extract ALL the results from a query. I mean, I know the max rows shows the limit of the rows Visual Code is showing (to avoid memory/time consumption problems) but for instance, if we have a SQL query which has more than 1000 results, how can I export all the rows?
The CSV output only exports the lines shown in Visual Code, for example, in the previous example of a total of 1000 lines, it shows only 50, it will only export those 50 records.
Sorry if the question is very newbie.
Thanks and kind regards!