Hitung karakter string mysql

SELECT    
    LENGTH(<column_name>) AS length     
FROM <table>
WHERE...
SemicolonForgotten