[0bdad5]: / inst / queries / datasetsNullRows.xq

Download this file

5 lines (5 with data), 120 Bytes

1
2
3
4
5
;datasetsNullRows
(fn []
(query {:select [:name :rows]
:from [:dataset]
:where [:= :rows nil]}))