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

    SQL help! Age query based on future date??

    I need a sql query that is based on how old someone will be on a future date based on their birthday. the following formula works in Crystal: TRUNCATE((DATE(2001,06,30) - {table.BIRTHDAYfield})/365) but these formulas do not work in sql: TRUNCATE(('06/30/2001' -...

Part and Inventory Search

Back
Top