Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Particular Field Size in Bytes:
- ------------------------------
- SELECT sum(char_length(msg)) FROM `comments` WHERE id='4514653a-f0b3-11e5-ba3b-74867a3513db' ORDER BY `created` ASC
- Particular Field Size in KB:
- ------------------------------
- SELECT sum(char_length(msg))/1024 FROM `comments` WHERE id='4514653a-f0b3-11e5-ba3b-74867a3513db' ORDER BY `created` ASC
Add Comment
Please, Sign In to add comment