TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mike Steward
NA
2k
704.1k
SQL function
Dec 10 2011 11:16 PM
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 ?
Reply
Answers (
1
)
Add empty row to databound datagridview
VB.NET gridview with multiple headder