1 2 3 4 5 6 7 | lorien@lorien:/web/bibla$ mysql bibla -e 'select length(author), author from book_book where id = 6'
+----------------+--------+
| length(author) | author |
+----------------+--------+
| 1 |
|
+----------------+--------+
|