--- a +++ b/inst/queries/datasetsNullRows.xq @@ -0,0 +1,5 @@ +;datasetsNullRows +(fn [] + (query {:select [:name :rows] + :from [:dataset] + :where [:= :rows nil]})) \ No newline at end of file