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

    SQL Select problem

    correction: select addrid from emails where emailhost = 'yahoo.com' and addrid in (select addrid from address where city = 'Seattle') intersect select addrid from emails where emailhost = 'hotmail.com' and addrid in (select addrid from address where city = 'Seattle');
  2. pranav777

    SQL Select problem

    select addrid from email where emailhost = 'yahoo.com' and addrid in (select addrid from address where city = 'Seattle') intersect select addrid from email where emailhost = 'hotmail.com' and addrid in (select addrid from address where city = 'Seattle');

Part and Inventory Search

Back
Top