This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Replies: 2 comments
|
I'm having the exact same frustration. The previous suggestion people gave is not working unfortunately. It seems like there used to be a special viewer that displayed the results in a better way but that isn't used anymore. It seems the ball has been dropped. |
0 replies
|
What you're seeing here is a display setting. As you can see from the output, your query returned thirty rows, but only 20 are displayed. This is the default value for You can read more about related APIs here: https://github.com/dotnet/interactive/blob/main/docs/formatting.md |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi, How do I change the default number of rows returned in a sql query? There are only 20 rows returned in my queries.
All reactions