Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Arjan2001

    Except???

    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...

Part and Inventory Search

Back
Top