a b/inst/queries/datasetsNullRows.xq
1
;datasetsNullRows
2
(fn []
3
  (query {:select [:name :rows] 
4
          :from [:dataset] 
5
          :where [:= :rows nil]}))