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 gkittelson 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. ks9072

    db2 Function HELP

    Hi, I like to write a DB2 function .. like this : Create Function fun1 (My_EMPNO Varchar(20) ) return Varchar(200) Begin Declare st1 varchar(20); Declare st2 varchar(200); Declare Cursor c1 select EMP_DESC from EMP where EMPNO=My_EMPNO; open c1 While c1 not founc() fetch c1 into st1; set...

Part and Inventory Search

Back
Top