Différences
Ci-dessous, les différences entre deux révisions de la page.
| data:cities [2023/11/03 17:36] – créée cardynal | data:cities [Date inconnue] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ~~NOCACHE~~ | ||
| - | * [[Madrid]] | ||
| - | * [[London]] | ||
| - | * [[Berlin]] | ||
| - | |||
| - | < | ||
| - | fields { | ||
| - | -- Each field becomes a column in the displayed table | ||
| - | ?name: Name | ||
| - | ?pop: Population | ||
| - | } | ||
| - | -- The result set will contain one row for each city data object found by the query | ||
| - | -- The first column contains a link to the page on which that data object code is found | ||
| - | ?name is a: city | ||
| - | ?name Population: ?pop | ||
| - | </ | ||