Viewing 7 posts - 16 through 22 (of 22 total)
Out Put is : 0
Warning message wasn't showing in any of the versions (2000 and 2005)
May 5, 2009 at 7:40 am
#988794
Yes I do agree. But Answer is "NO". Why they have given "Yes" and explanation 'No'. Its totally contradiction.
April 13, 2009 at 3:27 am
#976433
Thanx. That is the spirit. I think this topic will ends here.
March 26, 2009 at 8:57 am
#966741
I have opened seven tabs and runned the same query in SQL2000
" Select Col From (Select Col From Test Where Isnumeric(Col)=1) X Where Col Between 1 and 6 "
Still...
March 26, 2009 at 8:49 am
#966736
So given question is wrong , compare to your queries:
If you run the below queries the ans is: 1,2,3,4,5, and 6.
If I am correct.....
Create Table Test(col varchar(10))GO
Insert into Test Select...
March 26, 2009 at 7:47 am
#966664
Can you plz explain, why the error comming ?
March 26, 2009 at 7:02 am
#966618
Hi,
When i running the below query,
Select Col From (Select Col From Test Where Isnumeric(Col)=1) X Where Col Between 1 and 6
Output is: 1,2,3,4,5 and 6
Still my answer is...
March 26, 2009 at 6:46 am
#966592