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 Wanet Telecoms Ltd 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: 512512512
  • Content: Threads
  • Order by date
  1. 512512512

    I need help coding a query in SQL? (filtering data)

    I have a big presentation tomorrow and I have a query I'm trying to make a little more presentable. (filtering data) Tables: --tpeople --tsynclog The query: select Firstname+' '+Lastname as [FirstName LastName],synctime as [Nestle synctime],sum(DurationInMinutes) from tpeople join tsynclog...

Part and Inventory Search

Back
Top