استعلام Data Explorer لعدد المستخدمين الذين يستخدمون وضع القائمة البريدية؟

After the recent upgrade, I’ve re-enabled mailing list mode, but wonder how many people are using it. How could I find this out? Thanks in anticipation.

إعجاب واحد (1)
select
count(*) from user_options
where mailing_list_mode = TRUE
4 إعجابات

Thank you very much. That worked perfectly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.