Vertaling van "Struct field" in Frans
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.
It can be a Struct field (e.g.
The reference tracker allows to know where a variable or a struct field is used.
Le tracker de références permet de savoir à quel endroit du code est utilisé une variable ou un champs.
Scanning for STRUCT field values that satisfy a condition
Rechercher des valeurs de champ STRUCT répondant à une condition
If column names are used (unquoted strings), the STRUCT field data type is derived from the column data type.
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.
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.
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.
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
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.