Vertaling van "champ STRUCT" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Rechercher des valeurs de champ STRUCT répondant à une condition
Si vous utilisez des noms de colonne (chaînes sans guillemets), le type de données du champ STRUCT est dérivé de celui de la colonne.
If column names are used (unquoted strings), the STRUCT field data type is derived from the column data type.
Cette instruction génère une table de valeurs avec un type de ligne STRUCT, où les noms et les types de champ STRUCT correspondent aux noms et types de colonne générés dans la liste SELECT.
This produces a value table with a STRUCT row type, where the STRUCT field names and types match the column names and types produced in the SELECT list. Anonymous columns and duplicate columns are allowed.
Pour rechercher dans un tableau de données STRUCT un champ dont la valeur répond à une condition, utilisez UNNEST pour renvoyer une table avec une colonne pour chaque champ STRUCT, puis filtrez les lignes non correspondantes de la table à l'aide de WHERE EXISTS.
To search an array of STRUCTs for a field whose value matches a condition, use UNNEST to return a table with a column for each STRUCT field, then filter non-matching rows from the table using WHERE EXISTS. Example
Andere resultaten
Toutes ces variables correspondent nom pour nom aux en-têtes MIME HTTP, aux variables C du serveur Apache ou aux champs struct tm du système Unix.
These variables all correspond to the similarly named HTTP MIME-headers, C variables of the Apache server or struct tm fields of the Unix system.
Ce nom peut être un champ de Struct (e.g.
It can be a Struct field (e.g.
L'expression doit être soit un alias de table, soit une valeur unique de type de données contenant des champs, tel que STRUCT.
The expression must either be a table alias or evaluate to a single value of a data type with fields, such as a STRUCT.
Pour un élément ARRAY de colonnes STRUCT d'entrée, UNNEST renvoie une ligne pour chaque colonne STRUCT, avec une colonne distincte pour chaque champ de colonne STRUCT.
For an input ARRAY of STRUCTs, UNNEST returns a row for each STRUCT, with a separate column for each field in the STRUCT.
Si une table contient un objet ARRAY de données STRUCT, vous pouvez aplatir l'objet ARRAY pour lancer des requêtes dans les champs de données STRUCT.
Querying Nested Arrays If a table contains an ARRAY of STRUCTs, you can flatten the ARRAY to query the fields of the STRUCT.
Vous pouvez également aplatir les champs de type ARRAY dont la valeur est STRUCT.
You can also flatten ARRAY type fields of STRUCT values.
Description La fonction fieldnames retourne le nom des champs d'une tlist, mlist ou struct.
Description The fieldnames function returns field names of a tlist, mlist or struct.
Ce champ est utilisé uniquement si la donnée réprésentée est une Cell ou une Struct.
This field is only used if represented data is a Cell or a Struct.
Les valeurs de type STRUCT peuvent être NULL ou avoir des valeurs de champ NULL.
STRUCT values can be NULL, or can have NULL field values.