postgresql
Rechercher longueur de chaîne / longueur de caractère
Recherche…
Introduction
Pour obtenir la longueur des champs "caractère variable", "texte", utilisez char_length () ou character_length ().
Exemple pour obtenir la longueur d'un champ de caractère variable
Exemple 1, Requête: SELECT char_length('ABCDE')
Résultat:
5
Exemple 2, requête: SELECT character_length('ABCDE')
Résultat:
5
Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow