select ip, tarih from table_name group by tarih count(tarih)>2 order by tarih desc;İlk tarihe göre;
select ip, tarih from table_name group by tarih count(tarih)>2 order by tarih asc;Konu: Sql cümlesi yardım
select ip, tarih from table_name group by tarih count(tarih)>2 order by tarih desc;
select ip, tarih from table_name group by tarih count(tarih)>2 order by tarih asc;