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
satya kishore
NA
7
9.9k
Problem With Rank()
Oct 9 2009 7:41 AM
Hi... In my database i have tables like tblsubject(sid,sname),tblexam(eid,ename),tblexaminf0(exid,eid,maxmarks,minmarks),tblprogress(pid,exid,seuredmarks)tblstudadmisform(studentid,class,name,fname) i want to display ranks of the sutdents i wirte query like ALTER PROCEDURE [dbo].[Sp_getProgress] @studentid varchar(50), @examTypeId int , @ScId int, @BrId int as select regd_no, SubjectName,CONVERT(int,MaxMarks) as MaxMarks,CONVERT(int,SecuredMarks) as SecuredMarks,ei.examId,ExamType,minmarks,--sa.Class_admission,ei.examinfoId, case when CONVERT(int,SecuredMarks)
Reply
Answers (
1
)
SQL scaler fn
Problem creating stored procedure.