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: *

  1. jalali

    Hi, Please help me that how can

    Hi, Please help me that how can i use Java beans area in develper 6i,
  2. jalali

    Date Functions

    Use TO_char() function , to get mont , day and year for example : select to_char(sysdate,'MM') from dual; return month in number select to_char(sysdate,'Month') from dual; return month in Word select to_char(sysdate,'yyyy') from dual; return Year or date select to_char(sysdate,'dd') from...

Part and Inventory Search

Back
Top