Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 02:03 AM
Did you tried to see if you are getting output with less limit count.
Ex select * from (my long sql query) A order by A.X limit 100;
This can help understand if the underlying subquery is a problem or with the volume trying to display