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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by clemenspoetter

  1. clemenspoetter

    Joins and subqueries

    Hi Serge, your filter probably looks like this: a.value <> c. value Extend it to (a.value <> c. value) or (a.value is null and c.value is not null) or (a.value is not null and c.value is null) Make sure the tables B, A und B, C are outer joined. Best, Clemens

Part and Inventory Search

Back
Top