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 SkipVought 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. Jilly777

    Using function in SQL Query

    I know nothing. I am trying to change an existing report. The earlier version used a function in a package in an SQL Query. For example: SELECT A.FOO, DB.PKG.TO_STR(A.ID) AS NUM FROM DB.TBL A WHERE FOO >= :p_start AND FOO <= :p_end ORDER BY FOO Now, I want to replace the function in the...

Part and Inventory Search

Back
Top