Viewing 15 posts - 3,196 through 3,210 (of 4,081 total)
So three guys check into a fancy hotel together wanting to share a single room. The night clerk tells them the room is $300 for the night. ...
April 2, 2009 at 8:00 pm
Hey Andrew 🙂
This is a case of differing interpretations about the true nature of the question.
My solution would in fact produce the last result you stated. ...
April 2, 2009 at 7:13 pm
All things are possible if one only understands, Flo....
Now David, this is going to very likely produce a table scan execution plan, unless you have indexes on all of...
April 2, 2009 at 6:16 pm
Luis, you have no FROM clause. You can't do an inner join without one.
If the inner join is supposed to be to the table being updated just use...
April 2, 2009 at 5:37 pm
Kit, in my house we had a "Board of Education" which was applied to "The Seat of Learning."
My brothers and I were well-behaved.
Jeff, I have a post...
April 2, 2009 at 5:18 pm
Christian;
If I understand Mr. Sanborn correctly, and I still chastise him for lack of clarity, he wants to sort while ignoring zeros and nulls. I base this on...
April 2, 2009 at 4:57 pm
My apologies too, Chris. Although I thought you were a really cool guy.... :blush:
April 2, 2009 at 3:45 pm
No that's correct. You ignore the zero in column 1.
That's exactly what my case statement is intended to accomplish.
So the sort order is
235....
359....
412....
523
The STR...
April 2, 2009 at 3:10 pm
(Looking at watch.) I'm guessing this thread is over.
April 2, 2009 at 3:00 pm
Hey Gus, are we having fun yet with Mr. MulticolumnSort?
April 2, 2009 at 1:59 pm
Mr. Sanborn... have you bothered to test my solution yet?
Does it work or doesn't it?
April 2, 2009 at 1:57 pm
G, he just wants a string. Zeroes = nulls = ''s. Make sure that leading zeroes are accounted for and decimals and numbers larger...
April 2, 2009 at 1:29 pm
declare @u2bobnoxious table (ID int, Col1 int, Col2 int, Col3 int)
insert into @u2bobnoxious
select 1, 3, 4, ...
April 2, 2009 at 1:27 pm
the sample I posted should be self explanatory
Yes, it should have been. Obviously it wasn't.
A number of intelligent people agree on this...
April 2, 2009 at 10:13 am
Jack, I'm not suggesting at all that anyone should say DON'T HELP THIS PERSON by posting those links. If I was going that route, I would just suggest...
April 2, 2009 at 8:52 am
Viewing 15 posts - 3,196 through 3,210 (of 4,081 total)