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 derfloh 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: pc77
  • Content: Threads
  • Order by date
  1. pc77

    Help! Select query nested probably

    I am stuck! Please help me out.. I am using this query right now, to produce a list of main categories. All main categories have the value 0 in ParentID. SELECT CatID, CatTitle, ParentID FROM cats WHERE ParentID = '0' ORDER BY CatTitle ASC This query produce a return like: 5,Cars, 0...

Part and Inventory Search

Back
Top