length(string) int Length of binary string : length « String Functions « PostgreSQL






length(string) int Length of binary string

postgres=#
postgres=# -- length(string) int Length of binary string
postgres=# select length('jo\\000se'::bytea);
 length
--------
      5
(1 row)

postgres=#

           
       








Related examples in the same category

1.length(s): Returns the numeric length of character string s