Skip to content

Commit

Permalink
Update content/articles/2025/2025-01-21_travailler-avec-JSON-et-Postg…
Browse files Browse the repository at this point in the history
…reSQL.md

Co-authored-by: Michaël Galien <[email protected]>
Signed-off-by: thomas-szczurek <[email protected]>
  • Loading branch information
thomas-szczurek and Michael-cd30 authored Jan 19, 2025
1 parent f8745ca commit fcb4aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ FROM test.test
```

Le `$` désigne le début du chemin json retourné. Nous faisons suivre ce premier symbole par un point pour passer à l'objet suivant. Puis, par le nom de clé suivant et ainsi de suite jusqu'à la clé recherchée, à laquelle nous collons un `[1]` pour la 2ᵉ valeur de la liste (les valeurs commencent à 0).
Pour plus d'informations sur les `json_path`, vous pouvez consulter la [documentation](https://www.postgresql.org/docs/current/functions-json.html#FUNCTIONS-SQLJSON-PATH)
Pour plus d'informations sur les `json_path`, vous pouvez consulter la [documentation](https://www.postgresql.org/docs/current/functions-json.html#FUNCTIONS-SQLJSON-PATH).

## Attaquons nous au recensement

Expand Down

0 comments on commit fcb4aa5

Please sign in to comment.