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: cmt
  • Order by date
  1. cmt

    Query Using Sysdate-1

    I am attempting to write a query which will be run daily to capture data from the previous day. What I have so far is: SELECT a.name, a.username, a.application_number, a.position_cd, a.start_dt_tm, a.end_dt_tm, a.person_id from application_context a where a.START_DT_TM >...

Part and Inventory Search

Back
Top