0

I have output like this (200 rows) and i want to calculate the data size of each row at the end.

id    Name   city  Country phoneNumber DataSize

1      A      B     C       123456      ?
2      A      B     C       123456      ? 
3      A      B     C       123456      ? 
enigma
  • 82
  • 1
  • 2
  • 11
  • 2
    possible duplicate of [Determine row size for table](http://stackoverflow.com/questions/496413/determine-row-size-for-table) – shree.pat18 May 30 '14 at 09:10

1 Answers1

0

I don't think this is possible. it will change based on things like storage and compression options

Maxui
  • 210
  • 1
  • 3
  • 15