adspace


What is the difference between NAME_IN and COPY ?

Answer Posted / guest

Copy is package procedure and writes values into a field.
Name in is a package function and returns the contents of
the variable to which you apply.

Is This Answer Correct ?    43 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

2227