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

    Sub select query...version 4.016

    I'm trying to get the MSSQL acceptable syntax: SELECT COUNT(fd_Date) as DateCount, MAX(fd_date) as maxdate from Products WHERE Products.fd_Date IN(select MAX(fd_Date) AS maxdate FROM Products) to work. It was my understanding that subselects were supported in the production version of MySQL...

Part and Inventory Search

Back
Top