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

    Previous Quarter Oracle sql

    Have just modified the above query a bit: ---------------------------------------------------------- select hiredate, to_char(hiredate,'q') from emp Where to_char(hiredate,'q-yyyy') = decode(to_number(to_char(sysdate,'q'))-1,0,'4-'||to_char(to_number(to_char(sysdate,'yyyy'))-1)...

Part and Inventory Search

Back
Top