I made this sql querie:
--------------------------------------------------------
select disinct te.t_code, te.teamnaam
from team te join wedstryd w where te.t_code = w.t_code and not exists
(select distinct veldnr from thuis th
where th.w_code = w.w_code and veldnr = '1')
EXCEPT
select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.