Viewing 7 posts - 1 through 7 (of 7 total)
Now that the points have been correctly awarded, those points received by discussion posts could be reduced: "Hey! I didn't get my point, I'll send ten posts to compensate..." :hehe:
June 29, 2010 at 7:39 am
Nice QotD. It would have been more educational with third section
select @C = 'test', @c1 = null, @d = '01/01/10', @d1 = '01/01/10'
,
which brings nullif into fray...
June 23, 2010 at 1:46 am
Are your statistics up to date? Run this before your update:
UPDATE STATISTICS [tablename] WITH FULLSCAN
Once I encountered similar problems: affected rowcount seemed to be quite random on repeated runs with...
September 1, 2009 at 3:26 am
... And now the original correct choice does not give point...:ermm:
April 24, 2009 at 2:13 am
Here is another approach to this problem that I have not seen yet on this thread.
done based on mister magoo's testdata...
/*
* get all values into single column
*/
SELECT id,...
April 15, 2009 at 1:18 am
Viewing 7 posts - 1 through 7 (of 7 total)