Viewing 15 posts - 31 through 45 (of 53 total)
You are spliting the data by Partition and assigning row numbers.
After that for row_number> 1 you are assiging blank right.
Is my understanding is correct?
March 23, 2010 at 6:36 am
Hi Kingston,
It is working. Just give me small explanation how this code is working..... If you explain it would be great help.
March 23, 2010 at 6:34 am
Thanks vidya..I'll use kingston's suggestion.. That is the best one.... Thanks a lot
March 23, 2010 at 4:58 am
First of all, Thanks to kingston....
Really rocked. This is really help ful.
March 23, 2010 at 4:54 am
Do I need to change the trigger function also, I can. This is my req.
Please help on this....
March 23, 2010 at 4:41 am
Now I'll tell you clearly...
I am having employee table.
Suppose If today 10 new joinees Joined. So I'll add through Insert statement.
SO I will give 10 insert statement. right?
But here I...
March 23, 2010 at 4:18 am
Now I'll tell you clearly...
I am having employee table.
Suppose If today 10 new joinees Joined. So I'll add through Insert statement.
SO I will give 10 insert statement. right?
But here I...
March 23, 2010 at 4:18 am
When it will be deleted automatically?
March 22, 2010 at 6:39 am
If I am creating global temporary table. it will not deleted once i disconnect the server? or if any one using at that time only it will not be deleted?
March 22, 2010 at 6:27 am
Can I declare a temp table outside the procedure and call it inside the procedure?
In procedure we can create a temp table?
March 22, 2010 at 6:24 am
Hi Kingston,
Just for curiosity asking, can we handle the tie value in Row_number()?
March 22, 2010 at 5:19 am
No specific reason? I want to handle the tie value also. that's why? can we handle tie value also in row_number?
March 22, 2010 at 5:08 am
Thanks buddy...It is working.... Thanks a lot.
March 22, 2010 at 5:03 am
I guess DENSE_Rank is the better way. I don't like to use Row_Number. Thanks for the answer.
Select Salary from Table1 Where Salrank='3' Where (Select Dense_Rank()
over (Order By Salary Desc)...
March 22, 2010 at 4:06 am
Viewing 15 posts - 31 through 45 (of 53 total)