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 bkrike 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: *

  • Users: SyberCoda
  • Content: Threads
  • Order by date
  1. SyberCoda

    Problem with Count() in MySQL

    This thing has been driving me nuts. Any help would be much appreciated! I have the following query... SELECT tbl_Cats.*, tbl_OpenProjects.St, Count(tbl_OpenProjects.CatID) AS NoOfProjects FROM tbl_Cats LEFT JOIN tbl_OpenProjects ON tbl_Cats.CatID = tbl_OpenProjects.CatID WHERE...

Part and Inventory Search

Back
Top