DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Function call

  1. #1
    Join Date
    Feb 2001
    Posts
    100

    Function call

    Hi Everybody,

    Is there a way to call a function into a SELECT statemnet.

    Thanks in advance

  2. #2
    Join Date
    Oct 2002
    Location
    Boston
    Posts
    7
    Yes, for example if function name is get_isst(rec)_num number)
    then
    you can call
    select get_isst(12) from dual;
    Hope this will help.
    --Easwaran

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width