Hi
I have a table and I want to find how many bytes is every record.
Is that possible?
For example I have the table test with records
AA Name Phone
1 John 1234567890
2 Tomas 7653345768
3 Peter 3436467793
and I want to get
Record 1 total bytes 23
Record 2 total bytes 28
Record 3 total bytes 19
Thank you
I have a table and I want to find how many bytes is every record.
Is that possible?
For example I have the table test with records
AA Name Phone
1 John 1234567890
2 Tomas 7653345768
3 Peter 3436467793
and I want to get
Record 1 total bytes 23
Record 2 total bytes 28
Record 3 total bytes 19
Thank you