Connecting Tech Pros Worldwide Help | Site Map

how to call Function

Newbie
 
Join Date: Sep 2009
Posts: 1
#1: Sep 18 '09
someone has created a function in sql...

i just want to know how do i run it?

thanks in advance
ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 119
#2: Sep 18 '09

re: how to call Function


select function_name (param1, param2,....);
Reply