La fonction substring() renvoie la sous-chaîne du premier argument en commençant à la position définie dans le deuxième argument pour la longueur spécifiée dans le troisième argument.
The substring function returns the substring of the first argument starting at the position specified in the second argument with length specified in the third argument.
La fonction substring avec deux paramètres, substring(chaîne from modèle), fournit une extraction d'une sous-chaîne correspondant à un modèle d'expression rationnelle POSIX.
The substring function with two parameters, substring(string from pattern), provides extraction of a substring that matches a POSIX regular expression pattern.
Si nous obtenons une valeur vraie, nous remettons à zéro l'index de la table ASCII et analysons le prochain caractère, en modifiant les paramètres de la fonction SUBSTRING.
If instead we obtain a true value, we set to zero the index of the ASCII table and we analyze the next character, modifying the parameters of the SUBSTRING function.
La fonction Substring renvoie une chaîne équivalente à la sous-chaîne de longueur Length qui commence à StartIndex dans cette instance.
The Substring function returns a string equivalent to the substring of length that begins at StartIndex in this instance.
<StartIndex> est la valeur de l'indice à la fonction SUBSTRING.
<startIndex> is index value to SUBSTRING function.
Dans l'exemple ci-dessus, nous fusionnons "1" avec la colonne "password", puis la fonction substring() nous renvoie le premier caractère.
In the above example, we merge "1" with the column "password", then the substring() function returns the first character.
La fonction substring() extrait les 50 premiers caractères de la valeur de chaîne extraite par string().
The substring() function retrieves the first 50 characters from the string value retrieved by the string().
Une violation d'accès se produit lors de l'exécution d'une fonction substring et non valide de décalage à l'aide de l'appel de procédure distante (RPC).
Vous pouvez utiliser la fonction SUBSTRING() sur ce résultat pour obtenir une chaîne Soundex standard.
You can use SUBSTRING() on the result to get a standard soundex string.
Renvoie une valeur indiquant le comportement de la fonction SUBSTRING (SUBSTR) lorsque des valeurs négatives sont fournies comme paramètre de début ou de longueur.
Returns a value indicating how the SUBSTRING (SUBSTR) function behaves when negative values are provided for the start or length parameters.