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

Download this file

6 lines (5 with data), 122 Bytes

1
2
3
4
5
;probemapList
(fn []
(query {:select [:name :text]
:from [:dataset]
:where [:= :type "probeMap"]}))