Viewing 8 posts - 1 through 8 (of 8 total)
Steve, the German laws have more to do about enforcing a level playing field across all employers than it has to do with the individual. Without such statute limits employers...
January 21, 2015 at 4:18 am
Steve, the way you describe it I think you're confusing ideas with evidence.
Data is never going to tell you what to do directly. For that you'd need an idea.
Once you...
July 24, 2014 at 7:22 am
I have an issue with options 1 and 2 - if @aa = @xxx then none of the other 'SET's should happen, but saying @AA = @XXX AND @XXXCount >...
January 9, 2014 at 2:52 am
So should the question be what do we do with all the people industry refuses to employ?
June 15, 2012 at 3:02 am
I don't wish to create an "excuse list" but most of the time I get the developer hitting a screwy problem and blaming 'security settings' stopping him from working out...
September 14, 2011 at 2:37 am
I'm not attempting to say HAVING without GROUP BY is invalid, and yes adding MAX(col2) to the selected columns I would then expect the behaviour you describe (and I would...
September 1, 2010 at 5:22 am
Given that 'having' should be executed after the aggregate has been formed, and code2 isn't in the column list, I don't see why the line is even valid - it...
September 1, 2010 at 3:08 am
Viewing 8 posts - 1 through 8 (of 8 total)