Hi,
I'm reviewing empty folders in my docbase, which I simply do with:
select count(r_object_id) from dm_folder where r_link_cnt=0
Plain and simple.
Now, what would be even better would be to group that count by cabinet so I can see how many empty folders each cabinet contains, e.g.:
573,cabinet1
134,cabinet2
241,cabinet3
...
Any idea how to do that?
Thanks!
Raph