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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wtchout

  1. wtchout

    how to use IN clause in the report query

    first you would need to create a function that will break up the string to individual records into a user defined type. so what would happen is select * from emp where empno in (select column_value from the (select cast (ParseStringToTable(:emplist,',') as StringTable from dual)) emplist...

Part and Inventory Search

Back
Top