postgres menghitung panjang string

SELECT length('w3resource') AS "Length of a String";
GutoTrosla