sql >> Database teknologi >  >> RDS >> Mysql

2 tæller(*)+grupper efter+at+være med

Ville denne forespørgsel ikke give det ønskede resultat?

select sum(un_ter), sum(u_t_a) from (
select 
count(distinct ut.tr_id) as un_ter, 
count(case when ut.ev_t = 'accident' then 1 end) as u_t_a
from un_tr ut
left join un_pl up ON  (ut.s_p_c = up.coo) or  (ut.d_c = up.coo) 
where up.gal = 'Zero' and date between '2018-06-01' and '2018-06-31'
group by ut.tr_id
having count(ut.ut_id)>1
) t1;



  1. problemer med at oprette overskrifter ved hjælp af spool i sqlplus

  2. Sådan kontrolleres MySQL-databasestørrelse i Linux

  3. Har ikke databaselås! i android

  4. Oracle SQL første og sidste dag i kvartalet af ethvert år