SQL to work out size in MB of rows in a table
782530Jan 21 2011 — edited Jan 27 2011Hello all,
i am trying to work out the size of rows in a table in MB, as i am going to be doing some housekeeping on the table and i want to work out the size of the rows so i know how many i can delete at once (its a huge table.. so won't be able to delete all the rows required at once.. as it will fill up tempspace and crash)
Would i use something like VSIZE or avg_col_len ?
Thanks in advance for any help!
Ashleigh