BIT_LENGTH

Stai visualizzando una vecchia versione di questo article. Visualizza la versione più recente.

Syntassi

BIT_LENGTH(str)

Spiegazione

Restituisce la lunghezza di una stringa in bit.

Esempi

MariaDB [(none)]> SELECT BIT_LENGTH('testo');
+---------------------+
| BIT_LENGTH('testo') |
+---------------------+
|                  32 |
+---------------------+
1 row in set (0.00 sec)

Compatibilità

PostgreSQL e Sybase supportano BIT_LENGTH().

Commenti

Sto caricando i commenti......
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.