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
Post a Comment