Viewing 7 posts - 1 through 7 (of 7 total)
In my experience, people are quick to criticize and slow to praise, so it's heartening to see some good stories. Thanks.
June 10, 2016 at 2:28 am
The original question was using each number just once, so 1/3 + 2/3 = 1, though correct, is not applicable here as it won't happen.
July 15, 2015 at 1:53 am
I always liked maths and this caught my eye. An interesting look into the way SQL handles number types, thank you.
For my part I couldn't help trying to expand it...
July 14, 2015 at 3:35 am
Irish Flyer (2/11/2009)
PRINT '1' -- /* ;PRINT '2' */ ;PRINT '3' /* PRINT '4' --*/
--/*
PRINT '5'
--*/
/*
PRINT '6'
--/*
*/
PRINT '7'
--*/
PRINT '8'
yields a return of:
1
5
8
The parser only shows PRINT '1' ,...
February 11, 2009 at 8:12 am
I'm using Microsoft SQL Server Management Studio version 9.00.2047.00
I get 1, 4, 5 and 8. Where has your 4 gone?
February 11, 2009 at 8:02 am
This is a new bit of information to me.
I would have agreed with Phillippe's logic and so would have expected the 7 to show, but when I ran it in...
February 11, 2009 at 2:46 am
This was an interesting question. I played with several dates and all I can say is that for each of the solutions, some work some of the time, but none...
March 6, 2008 at 8:45 am
Viewing 7 posts - 1 through 7 (of 7 total)