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

    joining the output of 2 select statements

    How do you populate it with something that you selected earlier
  2. apefroggie

    joining the output of 2 select statements

    Thanks for the response. After looking at the mysql docs I realized that what I wanted is "intersect" rather than "union", but intersect will only be implemented in future versions. In the meantime, how do I select into a new table or make a temporary table.
  3. apefroggie

    joining the output of 2 select statements

    Hello All, If I have two select statements which both outputs a column called name and number of times the name appears and I would like to know what names appear in both results, how do I query for that? Example - Select 1 output = {paul 3, joe 1, tommy 4} Select 2 output = {paul 2...

Part and Inventory Search

Back
Top