postgresql
Trova lunghezza stringa / lunghezza caratteri
Ricerca…
introduzione
Per ottenere la lunghezza dei campi "variabili di carattere", "testo", usare char_length () o character_length ().
Esempio per ottenere la lunghezza di un campo variabile di carattere
Esempio 1, query: SELECT char_length('ABCDE')
Risultato:
5
Esempio 2, Query: SELECT character_length('ABCDE')
Risultato:
5
Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow