March 5, 2012 at 12:36 am
Interesting question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 11, 2012 at 8:46 am
For any numeric operation to be successful, atleast one of the operand must be a number data type.
e.g. select '6'+'4'*'8'/'2' will fail where as
select '6'+4*'8'/'2' will succeed.
Thus it is obvious that the execution expression 2 fails.
March 14, 2012 at 8:01 pm
Good question. Thanks for submitting.
http://brittcluff.blogspot.com/
January 29, 2013 at 4:00 am
nice question.....
Manikandanps
------Go fast as possible---------------
Manik
You cannot get to the top by sitting on your bottom.
January 5, 2015 at 6:40 am
Nice one, thanx 🙂
Thanks & Best Regards,
Hany Helmy
SQL Server Database Consultant
October 11, 2015 at 11:19 am
Made me thinking. Good question by the way.
Viewing 6 posts - 31 through 35 (of 35 total)
You must be logged in to reply to this topic. Login to reply