I often just want to select some data from an SQL result and copy it, but I can't because (aside from the annoying popup about drill through getting in the way) the data is formatted as an HTML table.
The only other option is to download a file opening in some other application and then copy it and then delete the file. Way too many steps to copy some text to clipboard.
It would be extremely handy to just see raw MySQL output instead of jumping through hoops just to select and copy a some text.
Many values are also formatted and don't show what's actually in the database, which is a massive pain for devs trying to debug/replicate issues caused by data.
Seeing the raw output would also help with this major pain point.
Or just the option to display the CSV/JSON version that the download option gives without downloading it would be fine too.