1 year ago
#358497
YoutubeCap
How to calculate the result size of a select table query
I wan to calculate result size from select table using query. Like, select * from product_table
products: qty Apple 3 Orange 4 pencil 2 pen 2 banana 3
From the query, i get 5 rows result. How to calculate size from the result of the query (which is 5 rows) in megabyte (mb) or gigabyte (gb)
sql
oracle
oracle-sqldeveloper
toad
0 Answers
Your Answer