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 TouchToneTommy 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. steviesackin

    rewriting a subquery

    Hi, I have been trying to rewrite the following query without the subquery but my head just exploded. Any help most gratefully received. Stevie SELECT Users.*, Groups.GroupName FROM (Users LEFT JOIN GroupUsers ON Users.UserID = GroupUsers.UserID) LEFT JOIN Groups ON GroupUsers.GroupID =...

Part and Inventory Search

Back
Top