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
selvi subramanian
NA
799
572.2k
query is executed but operations are not sucess.
Feb 28 2013 7:00 AM
create procedure mathopera
(
@c int,
@e int,
@g int,
@i int
)
as
begin
set nocount on
select
(a+b) as c,
(@c-d) as e,
(@e*f) as g,
(@g/h) as i
from maths
end
if i entered the values all the operations have to be not performed .any mistake means correct it
Reply
Answers (
4
)
how to do all the arithmetic operations in a single stored .
i need to implement review and comments functionality.