Viewing 15 posts - 2,626 through 2,640 (of 3,348 total)
Bradley Deem (9/8/2010)
September 8, 2010 at 8:48 am
A while back, I promised to post the QotD code in a copy/paste ready format in the discussion when I have the code as a graphic in the question. Yet,...
September 8, 2010 at 8:45 am
Thanks, all, for the kind words!
jcrawf02 (9/8/2010)
Hugo, do you have an application of this?
Yes, I have. Although that particular situation called for a HAVING NOT EXISTS.
I can't share the actual...
September 8, 2010 at 5:59 am
I agree with the previous comments - great article!
jim.jaggers1 (9/7/2010)
September 7, 2010 at 8:01 am
Good question! I had to do a fair bit of research, but it did pay off in the form of a point. Thanks, Andy!
September 7, 2010 at 1:51 am
Open Minded (9/6/2010)
Hugo Kornelis (9/6/2010)
1. FROM clause. Build an intermediate set as a copy of the single table in...
September 6, 2010 at 3:37 am
tommyh (9/6/2010)
Hugo Kornelis (9/6/2010)
Good question!In addition to your explanation, here is WHY an alias can be used in the ORDER BY, but not in the GORUP BY:
Because Microsoft havent implemented...
September 6, 2010 at 3:00 am
Good question!
In addition to your explanation, here is WHY an alias can be used in the ORDER BY, but not in the GORUP BY:
The correct result of any SQL query...
September 6, 2010 at 1:00 am
WayneS (9/5/2010)
Hugo Kornelis (9/3/2010)
September 5, 2010 at 3:19 pm
Jeff Moden (9/4/2010)
September 5, 2010 at 3:16 pm
Paul White NZ (9/4/2010)
Hugo Kornelis (9/4/2010)
My examples on page 11 in this topic still produce incorrect results.
If we add the safety check, things work out nicely:
(...)
Correct results and an optimal...
September 5, 2010 at 3:11 pm
frodriguez.im (9/4/2010)
Now how do you differ an empty or blank field from one with no value? I understand them to be the same.
In a varchar column, the empty value is...
September 4, 2010 at 5:14 pm
SwePeso (9/3/2010)
(...)
SELECTTOP(2147483647)
(...)
...
September 4, 2010 at 4:54 pm
Paul White NZ (9/3/2010)
Jeff Moden (9/3/2010)
September 4, 2010 at 4:44 pm
Less than two days, and I already have a lot of catching up to do. This topic sure if lively! 😉
Jeff Moden (9/3/2010)
September 4, 2010 at 4:39 pm
Viewing 15 posts - 2,626 through 2,640 (of 3,348 total)