| 4D v18OCTET_LENGTH | ||||||||||||||
| 
 | 
    4D v18
 OCTET_LENGTH 
         | |||||||||||||
|  | ||
The OCTET_LENGTH function returns the number of bytes of the arithmetic_expression, including any trailing whitespace.
This example returns the number of octets for a column comprised of binary data:
SELECT OCTET_LENGTH (MyBinary_col)
FROM MyTable
WHERE MyBinary_col = '93FB';
` returns 2
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v18)
	
	
 Fehler melden
Fehler melden