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 Mike Lewis 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: NutsMonkey
  • Order by date
  1. NutsMonkey

    SYSDATE system variable?

    Thanks Everybody!
  2. NutsMonkey

    SYSDATE system variable?

    Hi, I'm trying to write a query for a report which will ignore recent transactions. I would like to therefore put in the WHERE clause of the SQL query something of the form: AND OrderDate < ( SYSDATE - 60 ) I have no idea how to express SYSDATE in SQL server syntax. Can anybody help? Is...

Part and Inventory Search

Back
Top