For example, the multiplication operator requires numeric arguments, and the ampersand (string concatenation) operator requires string arguments.
Der Multiplikationsoperator erfordert beispielsweise numerische Argumente, und der &-Operator (Zeichenfolgenverkettung) erfordert Zeichenfolgenargumente.
The & operator (string concatenation) requires string arguments, so the numeric result of 2 5 is automatically converted to the string 10.
Der &-Operator (Zeichenfolgenverkettung) erfordert Zeichenfolgenargumente, daher wird das numerische Ergebnis von 2 5 automatisch in die Zeichenfolge 10 konvertiert.
Unfold the curly brackets with string concatenation, such as
Adding an object or another array to an array is very similar to string concatenation in that we also use the + operator.
Das Hinzufügen eines Objekts oder eines anderen Arrays zu einem Array ist der String-Verkettung sehr ähnlich, da wir auch den Operator + verwenden.
The following example illustrates the use of the string concatenation operator in the select list
The || operator is the SQL/2003 string concatenation operator.
The ampersand is the preferred operator for performing string concatenation.
Firebird will raise an error if the result of a string concatenation exceeds the maximum (var)char size of 32 Kb.
Firebird wird einen Fehler melden, falls das Ergebnis der String-Verkettung die maximale Größe eines (VAR)CHAR von 32 Kb überschreitet.
For constant strings in embedded SQL commands (the main place this error shows up) use string concatenation to make a longer string.
Für Konstantenzeichenfolgen in Embedded SQL-Befehlen (Hauptursache für diesen Fehler) benutzen Sie eine Zeichenfolgenverkettung, um eine längere Zeichenfolge zu ermöglichen.
SQL Server handles NULL values and string concatenation differently.
Swift Compiler Error: "Expression too complex" on a string concatenation
Swift Compiler Fehler: "Ausdruck zu komplex" bei einer String-Verkettung
String concatenation is the primary point of entry for script injection.
Die Zeichenfolgenverkettung ist der primäre Eingangspunkt für Script-Injection.
String concatenation happens after addition and subtraction.
Zeichenfolgenverkettung erfolgt nach Addition und Subtraktion.