[ea2224]: / inst / queries / datasetStatus.xq

Download this file

4 lines (3 with data), 110 Bytes

1
2
3
; datasetStatus
(fn [dataset]
(query {:select [:status :text] :from [:dataset] :where [:= :name dataset]}))