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

    characters that crash mysql queries

    Are these characters in your table or in your query?
  2. JamesHud

    mySQL hanging problem

    I've been working on this program that does a jopin on two large tables (50K plus records, about 110 characters in length each). Here's the join command: select p.ID, p.email, p.name, c.secret from persons p left join collection c on c.pID = p.ID WHERE c.status = 'ok' AND c.lID = 111; Pretty...

Part and Inventory Search

Back
Top