Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function to be used with sql
Message
From
25/01/2008 15:25:32
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01285629
Message ID:
01285634
Views:
16
I don't under what you mean by output patrameters, But if run the function with the following statment i get a result.

declare @result decimal (10,4)
SET @result = dbo.qohpiecesp(3.05,3.10,12)
print @result

or

select dbo.qohpiecesp(3.05,3.10,12)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform