octet_length(string) int Number of bytes in binary string : octet_length « String Functions « PostgreSQL






octet_length(string) int Number of bytes in binary string


-- octet_length(string) int Number of bytes in binary string 
select octet_length( 'jo\\000se'::bytea)

           
       

Related examples in the same category

1.octet_length(string)