col_length

This query finds the length of the title column in the titles table (the “x=” is included so that the result has a column heading):

select x = col_length("titles", "title") 
 x 
-------- 
      80 
 
 (1 row affected)