Print Thread
How to show all results in result set besides spamming Alt + PgDn)
#66799 05/16/25 11:24 PM
Joined: Oct 2024
Posts: 14
Z
zitot Online Content OP
Member
OP Online Content
Member
Z
Joined: Oct 2024
Posts: 14
So, title: How to show all results in result set besides spamming Alt + PgDn)


Is there another way besides exporting to excel/csv and then opening it?


Another question would be if I don't have that many columns, could we choose to display multiple pages of a result set, side by side? Like looking at a book, you'd have 1-25 on pg1, 26-50 on pg2.

Re: How to show all results in result set besides spamming Alt + PgDn)
zitot #66800 05/17/25 09:55 AM
Joined: Mar 2025
Posts: 5
M
Member
Offline
Member
M
Joined: Mar 2025
Posts: 5
Is Alt+End not working for you to fetch last page?

Regards

Maxim

Re: How to show all results in result set besides spamming Alt + PgDn)
zitot #66801 05/17/25 10:08 AM
Joined: Mar 2025
Posts: 5
M
Member
Offline
Member
M
Joined: Mar 2025
Posts: 5
Regarding your second question - i think the most similar approach would be to put the query 2 (or more if required) times into sql window, run it and then select 2 result set tabs (by Ctrl+LeftClick on the tab) - it brings both tabs in foreground, both result sets can be fetched then separately and positioned by records of interest, both result sets can as well be compared (per menu item "Compare 2 result sets")

Regards

Maxim

Re: How to show all results in result set besides spamming Alt + PgDn)
zitot #66802 05/19/25 09:01 AM
Joined: Aug 1999
Posts: 22,663
Member
Offline
Member
Joined: Aug 1999
Posts: 22,663
Besides Alt-End (or the associated button on the result set toolbar) there are 2 other methods:

1. Specify a comment directive before the query:

-- records = all
select * from all_objects;

2. Set the "Records per page" preference (Preferences > SQL Window) to "All records". Now all queries will automatically fetch all records.


Marco Kalter
Allround Automations
Re: How to show all results in result set besides spamming Alt + PgDn)
zitot #66809 05/21/25 12:47 AM
Joined: Oct 2024
Posts: 14
Z
zitot Online Content OP
Member
OP Online Content
Member
Z
Joined: Oct 2024
Posts: 14
Thank you for the assistance, all!


Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.092s Queries: 14 (0.026s) Memory: 2.5144 MB (Peak: 3.0397 MB) Data Comp: Off Server Time: 2025-06-14 14:41:23 UTC
Valid HTML 5 and Valid CSS