hi,
so far, i tried this, but no work …
#+BEGIN_QUERY
{:title "Blocks with Only One Tag"
:query [:find (pull ?b [*])
:where
[?b :block/tags ?tag]
[(count ?tag) 1]]}
#+END_QUERY
after some search, i didn’t find any solution
thank you for any hints