I have a big database which contains alot of data. How can I check the size in bytes of all my results from a sql query?
I was not able to find a command/function.
EDIT:
This is not a duplicate since I ask a whole other question.
I need to find out how much storage space all the records returned by a select
statement takes, I am not interested in the size of tables.