Viewing 6 posts - 1 through 7 (of 7 total)
Hi,
I want the user to choose the no of pages of report they want to see.Lets say the no of rows per page is 10.
how can this be done.
Thanks in...
December 7, 2011 at 10:36 pm
Hi
Let me put my question this way.
I have a table where in I want to show the results sorted by 2 columns
the 1st column will sort data in...
April 6, 2011 at 7:19 am
Hi
Have a look at the below query..Am not using EmpId .The output am getting is only on the basis of EmpName.Not on both.
The columns of emp_details are EmpId,EmpName,EmpSal,EmpGender
Select * from...
April 6, 2011 at 6:48 am
Hi
The EmpId is identity column in the table
Thanks
Subrat
April 6, 2011 at 6:27 am
Hi
The query is
Select * from emp_details order by EmpId desc,EmpSal
The output I am getting is Empid desc only....
Many Thanks
Subrat.
April 6, 2011 at 6:23 am
Viewing 6 posts - 1 through 7 (of 7 total)