Viewing 8 posts - 16 through 24 (of 24 total)
That's exactly what I did. I had no idea I could use a negative number for a datetime!
November 25, 2014 at 6:33 am
Good question! I knew about the case that a Table UDT is database specific, but I couldn't for the life of me decide which database would work and which...
November 19, 2014 at 6:33 am
I forgot RAND() was exclusive. So we can get .99999..., which multiplies to 9.999999..... I take it then that storing a floating point number as an integer just...
November 5, 2014 at 7:16 am
Alex Gay (11/4/2014)
DIR is an alias. The command behind it is Get-ChildItem.
There's a whole slew of commands that are aliased as DIR is. I believe powershell aliased the...
November 4, 2014 at 6:44 am
TomThomson (10/23/2014)
Amusing question; the use of RAND is an interesting distraction for a question that is really about UNION ALL and nothing else.
I agree. I focused on what the...
October 23, 2014 at 6:30 am
If you're allowed to re-declare @j-2 inside the while loop, why are you allowed to select from @j-2 outside of the while loop?
July 30, 2014 at 6:27 am
Good query!
Does the 'order by 1,2,3' do anything? To me it looks like it wouldn't, but I wasn't sure if that was some hidden feature that would order by...
April 16, 2014 at 6:40 am
Viewing 8 posts - 16 through 24 (of 24 total)