Viewing 15 posts - 46 through 60 (of 72 total)
I had missed the fact that there was no select to return any rows. I was consentrating on what was put into the table. I tend...
July 25, 2011 at 9:51 am
Yep, I got it wrong, also. But to me I got it right because I figured out it would have inserted 5 rows, as started.
July 22, 2011 at 2:37 pm
Great question. Makes one think back to how design should be in a perfect world. And I didn't even have to use elimination becasue they were...
April 21, 2011 at 3:29 pm
Thanks for the nice question. Interresting.
April 19, 2011 at 9:01 am
I saw that my answer was the same as 70% of the answers so figured I definently had it correct. Surprise, Surprise. Well we all...
April 8, 2011 at 2:08 pm
Thank You sknox, wware and especially Hugo. With Hugo's explaination it all became clear.
Thanks to all,
Jerry
September 27, 2010 at 11:51 am
The discussion usually answer my questions but not this time. Doesn't "isnumeric(char(32)) as n" return 0? And if so wouldn't "select sum(n) from l" also equal...
September 27, 2010 at 10:48 am
Excellent article, makes one think about how we are doing what we do and how we come accross to everyone we work with\for. And then try to be...
September 24, 2010 at 10:10 am
That made my head swim. I was really confused after the explaination but as usual the discussion cleared it up. Thanks everyone.
September 8, 2010 at 3:07 pm
Excellent question and the reference cited spells out the answers in detail.
September 8, 2010 at 12:45 pm
Okay if any one of the rows returned by the where clause, when checked by the having clause, evaluates to true then they all are considered true? And...
June 7, 2010 at 10:46 am
honza.mf (5/25/2010)
jlennartz (5/25/2010)
If all characters were inserted into DB as upper case how come query is returning lower case?
It's another aspect of this question not mentioned yet: All characters inserted...
May 25, 2010 at 2:47 pm
honza.mf (5/25/2010)
Michael Poppers (5/25/2010)
malleswarareddy_m (5/25/2010)
...select string from #t where string COLLATE CZECH_CI_AS like '_'
the above you have given returns gives
CH
Ch
ch
¢h
four rows.
...
I was wondering why my SQL Query Analyzer output...
May 25, 2010 at 1:07 pm
Viewing 15 posts - 46 through 60 (of 72 total)