OCTET_LENGTH

4D - Documentation   Fran溝is   English   German   日本語   4D SQL Reference目次   4D SQL Referenceインデックス   Back   Previous   Next

version 11


OCTET_LENGTH (arithmetic_expression)

説明

OCTET_LENGTH関数は、続くホワイトスペースを含む、arithmetic_expressionのバイト数を返します。

例題

   SELECT OCTET_LENGTH (MyBinary_col) 
    FROM MyTable 
    WHERE MyBinary_col = '93FB';

参照

BIT_LENGTH.


4D - Documentation   Fran溝is   English   German   日本語   4D SQL Reference目次   4D SQL Referenceインデックス   Back   Previous   Next