Is there a way I can find out the size of a query result ? Say, I have sth like this : select name, address from employee where employee_id=123;
and then I need to find out the size (in bytes) of the resulting row ?