Jump to content

SQL query help needed

Featured Replies

Posted

Appreciate if anyone can please help to write an SQL query to fetch email id of all type of members whose post count is more than 10.

Thanks in advance

select member_id, email from core_members where member_posts > 10;

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.