Viewing 3 posts - 76 through 78 (of 78 total)
yes, left Join in main query is not required, it is doing nothing but may add duplicate rows.
you can write query like below, removing sub query and adding it in...
March 27, 2014 at 10:13 pm
I know this is resolved, still....
just a suggetion use a look up table or create another cte for all grades.
Then join this look up table with your main cte (or...
March 25, 2014 at 11:53 pm
I think there are 3 ways to achieve this in current scenario
1. Increase the size os column [StudentName] to varhcar(400), in [dbo].[StudentDetails] table same as in extended table, trigger...
May 13, 2013 at 8:10 am
Viewing 3 posts - 76 through 78 (of 78 total)