Re: How to get the size of a row

2006-10-07 Thread Dan Nelson
In the last episode (Oct 07), abhishek jain said: > I wanted to know the size of the data stored in a row of a table. > I mean is there something like "select size from table where x..." If you mean something similar to totaling up the sizes reported by DUMP(field) in Oracle, no. The best you can

How to get the size of a row

2006-10-07 Thread abhishek jain
Hi, I wanted to know the size of the data stored in a row of a table. I mean is there something like "select size from table where x..." -- Regards Abhishek Jain