Forum Replies Created

Viewing 15 posts - 5,131 through 5,145 (of 7,484 total)

  • RE: Today's Random Word!

    Ninja's_RGR'us (11/23/2011)


    Dev (11/23/2011)


    Mojo Jojo

    p.s. somebody please tell me when it will be over 😉 what are the rules?

    SELECT Rules = Who cares + NULL 😉

    That's far too...

  • RE: Today's Random Word!

    crookj (11/23/2011)


    WOTD - Mojo

    Mojo rojo y mojo verde

  • RE: Question of the Day for 03 Jan 2005

    Good question, but the explanation is a little too prescriptive: "FROM LOGIN" is an allowed alternative to "FOR LOGIN"

  • RE: Question of the Day for 22 Feb 2005

    I have to disagree with the two previous posters. The question and answer are not the least vague, they are both absolutely clear and the answer is utterly wrong.

    The...

  • RE: Question of the Day for 19 Aug 2004

    The answer could usefully point out that BoL gets it wrong - it gives a syntax that permits only one option to be permitted per call.

  • RE: Question of the Day for 18 Oct 2004

    Oh what fun.

    I like the first option.

    I wonder if anyone was confused about what the antecedent of that final "it" was? Since not everyone here has English...

  • RE: Summing

    SQL Kiwi (11/22/2011)


    L' Eomot Inversé (11/22/2011)


    Nice question, but only works for non-empty tables.

    The reason it doesn't work for empty tables is an excellent illustration of SQL's idiotic confustion between...

  • RE: ISNULL

    It's a good question. And the explanation, despite Hugo's comment, is just fine (except that the reference that Hugo gives would have been useful).

    Hugo Kornelis (11/23/2011)


    Interesting question. My gut...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (11/22/2011)


    Koen Verbeeck (11/22/2011)


    L' Eomot Inversé (11/22/2011)


    ...

    I like your signature by the way. One of those universal truths 😀

    Pourquoi contredire une femme ? Il est tellement plus simple...

  • RE: Are the posted questions getting worse?

    SQLRNNR (11/22/2011)


    L' Eomot Inversé (11/22/2011)


    SQLRNNR (11/22/2011)


    L' Eomot Inversé (11/22/2011)


    Evil Kraig F (11/21/2011)


    Tom: Christie Brinkley? I've seen that pose somewhere on one of the 80's models, but well, it's a...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (11/22/2011)


    Change the avatar back, don't like that one as much 😉

    OK, is this one better?

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (11/22/2011)


    IKEA also has some nice office chairs.

    I had a look in IKEA in Arrecife a couple of years ago, and was appalled at the office chair selection there;...

  • RE: Are the posted questions getting worse?

    SQLRNNR (11/22/2011)


    L' Eomot Inversé (11/22/2011)


    Evil Kraig F (11/21/2011)


    Tom: Christie Brinkley? I've seen that pose somewhere on one of the 80's models, but well, it's a bit common and tiny....

  • RE: Conerting a DateDiff Average time from an int to HH:mm:ss

    There's another way (not particularly efficient):

    select substring(convert(dateadd(SS, <seconds>,'2000-12-31T00:00:00'),126),15,5). That will give you 02:21 for 141 seconds; if you want to change the : to some other string and...

  • RE: Summing

    Nice question, but only works for non-empty tables.

    The reason it doesn't work for empty tables is an excellent illustration of SQL's idiotic confustion between emptiness and nullity - only...

Viewing 15 posts - 5,131 through 5,145 (of 7,484 total)