Could anyone tell me the steps in running Functions in SQL*Plus?
I am entering:
declare returnval (press enter..takes me to the next line)
begin (press enter..takes me to the next line)
returnval := FUNC_NEW_USERS; (press enter..takes me to the
next line)
end; (press enter..takes me to the next line)
Now, how will I execute???
Thanks
I am entering:
declare returnval (press enter..takes me to the next line)
begin (press enter..takes me to the next line)
returnval := FUNC_NEW_USERS; (press enter..takes me to the
next line)
end; (press enter..takes me to the next line)
Now, how will I execute???
Thanks