blob: 4f8a666e15764ed44c37b02151aa78b2423764d3 [file] [log] [blame]
(: XQuery Join Query :)
(: Count all the weather stations available. :)
count(
let $station_collection := "/tmp/1.0_partition_ghcnd_all_xml/stations"
for $s in collection($station_collection)/stationCollection/station
return $s
)