mysql - How to get the count of season subscribed from wordpress -


i have query

select um.user_id  wp_season_user_trans ut  left join wp_usermeta um  on um.meta_value='member'  , ut.user_id = um.user_id  group um.user_id. 

i want count of subscribed persons members usermeta table.

from usermeta table getting 10 members. when join other table not getting same result.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -