Forum Discussion
saikumarn
8 months agoAdvisor
keithkelly Please find the below query to get group hub details where I am a member.
my group hub details query:
select * from nodes where user.id='${user.id?c}' AND node_type= 'grouphub' limit 1000
my group hubs count query:
select count(*) from nodes where user.id='${user.id?c}' AND node_type= 'grouphub' limit 1000
Related Content
- 3 years ago