Query the Column Set

  • Comments posted to this topic are about the item Query the Column Set

  • Nice question, thanks Steve

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”

  • I'm interested in why the question asks for the result from

    SELECT 
    *
    FROM dbo.UserConfig AS uc

    rather than

    SELECT
    *
    FROM dbo.UserConfig

    Personally, I can't understand pointless aliasing.

  • I curious as to what is the QOD for Oct 12 ??  OH Wait there it is.. 🙂
    But how  did that happen ?

  • nice question

    ---------------------------------------------------------------------------------------
    The more you know, the more you know that you dont know

  • edwardwill - Tuesday, September 25, 2018 5:19 AM

    I'm interested in why the question asks for the result from

    SELECT 
    *
    FROM dbo.UserConfig AS uc

    rather than

    SELECT
    *
    FROM dbo.UserConfig

    Personally, I can't understand pointless aliasing.

    Auto formatting. Prompt did it, and I like the config because if I modify this query, I already have an alias. I would never type this myself.

  • Likely an edit and a poor query caused the questions to get ordered strangely.

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply