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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -