consulta mysql count having


/ Published in: MySQL
Save to your folder(s)

query with count having


Copy this code and paste it in your HTML
  1. select uniqueid, count(uniqueid) as conteo from cdr where date(calldate)= '2014-07-03' group by uniqueid having count(uniqueid)>1 order by calldate;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.