how to call Function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akhlaq768
    New Member
    • Sep 2009
    • 1

    how to call Function

    someone has created a function in sql...

    i just want to know how do i run it?

    thanks in advance
  • ssnaik84
    New Member
    • Aug 2009
    • 149

    #2
    select function_name (param1, param2,....);

    Comment

    Working...