mysql - Count with where and in also having LIMIT -


i fetching records using in , having limit clause. have limit of 10. fetching 10 records each in statement, have statement too. want count records each in.

select name categories id in ("23,34,56,78") limit 0,10; 

how count total records in each id. can in mysql itself. can tell me how that?

thanks


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -