September 24, 2018 at 8:20 pm
Comments posted to this topic are about the item Query the Column Set
September 24, 2018 at 11:32 pm
Nice question, thanks Steve
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
September 25, 2018 at 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.
September 25, 2018 at 6:40 am
I curious as to what is the QOD for Oct 12 ?? OH Wait there it is.. 🙂
But how did that happen ?
September 25, 2018 at 6:49 am
nice question
---------------------------------------------------------------------------------------
The more you know, the more you know that you dont know
September 25, 2018 at 11:28 am
edwardwill - Tuesday, September 25, 2018 5:19 AMI'm interested in why the question asks for the result fromSELECT
*
FROM dbo.UserConfig AS ucrather than
SELECT
*
FROM dbo.UserConfigPersonally, 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.
September 25, 2018 at 11:38 am
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply