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

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -