If the data type of a column is a string type, you should include its entry between single quotes.
Si le type de données d'une colonne est de type chaîne, vous devez inclure son entrée entre apostrophes.
In this example, the input parameters are "postgres", having a string type, and 1, having an integer type.
Dans cet exemple, les paramètres d'entrée sont "postgres", de type chaîne, et 1, de type integer.
If the data type of a column is a string type, you can include its value between either single or double quotes.
Si le type de données d'une colonne est de type Chaîne, vous pouvez inclure sa valeur entre guillemets.
Each C# data type, which is adapted from a.NET Framework structure, is equipped with a ToString() method that could be used to convert its value to a String type.
Chaque type de données de C#, adapté à la structure de.NET Framework, a été équipé de la méthode ToString () qui pourrait être utilisée pour convertir sa valeur en type chaîne de caractères.
Cannot sort by a field that is not a string type
Impossible de trier par un champ n'étant pas de type string
One expression is a string type and the other a character
Une expression est une chaîne et l'autre est un caractère
For example, one of the fields in the log entry is an integer, while a corresponding column in the schema has a string type.
Par exemple, l'un des champs de l'entrée de journal est un nombre entier, tandis que la colonne correspondante dans le schéma correspond à un type de chaîne.
A widestring is a string type whose basic data holding elements have a size of 2 bytes.
p-ascii: acts as a string type, but will always convert the string to ascii before calling the function, even when the program is compiled in unicode mode.
p-ascii: se comporte comme un type 'string', mais la chaîne de caractères sera toujours convertie en ascii lors de l'appel de la fonction, même si le programme est compilé en mode unicode.
description: char used to hide part of a string type: string values: any string (default value: " ")
description: caractère utilisé pour cacher une partie de la chaîne type: chaîne valeurs: toute chaîne (valeur par défaut: " ")
Vuex mutations are very similar to events: each mutation has a string type and a handler.
If you query on a string type column, but with an integer value, MySQL will coerce the types of all values in the table to an integer before performing the comparison.
Si une requête porte sur une colonne de type chaîne mais contient une valeur nombre entier, MySQL transforme le type de toutes les valeurs de la table en nombre entier avant d'effectuer la comparaison.
When performing a query on a string type, but with an integer value, MySQL will coerce the types of all values in the table to an integer before performing the comparison.
Lors de l'exécution d'une requête sur un type chaîne mais avec une valeur nombre entier, MySQL force les types de toutes les valeurs de la table à des nombres entiers avant d'effectuer la comparaison.