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. 88solmyr

    Left Join problem

    Thanks r937 ....:)
  2. 88solmyr

    Left Join problem

    Here's my testing query SELECT BillableTime FROM TimeAcctDetail WHERE u.EmployeeId=17 and Tacode not like '9%' and Tadate between '04/01/2006' and '04/30/2006' return 0 record. SELECT Firstname,lastname,SUM(BillableTime) as BillTime FROM UserDetail u LEFT join TimeAcctDetail t ON...

Part and Inventory Search

Back
Top