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() 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.
An access violation occurs when executing a substring function together with an invalid offset by using remote procedure call (RPC).
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).
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.
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.
<startIndex> is index value to SUBSTRING function.
<StartIndex> est la valeur de l'indice à la fonction SUBSTRING.
The substring function with two parameters, substring(string from pattern), provides extraction of a substring that matches a POSIX regular expression pattern.
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 returns a string equivalent to the substring of length that begins at StartIndex in this instance.
La fonction Substring renvoie une chaîne équivalente à la sous-chaîne de longueur Length qui commence à StartIndex dans cette instance.
The Substring function in SQL is used to return a portion of the string.