Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
SQL function
Mike Steward
13y
1.4k
1
Reply
Hi friends,
I want to know that i make a Sql function
create function gross (@n int)
returns int
as
begin
return @n+@n*.5+@n*.3+@n*.27+@n*.6-@n*.12;
end;
my question is that how to use this function or means execute function ?
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Which kind of print report tools to use in C#?
Transaction Processing