Under the section "Fractional seconds" in the SQL example, both "millisecond" and "nanosecond" should be blue to be consistent.
Under the section "Examples":
In the 1st example SQL, there is an unneeded "*/".
In the 4th example SQL, the "SELECT TOP(1) DATEPART (year,'12/20/1974') FROM dbo.DimCustomer;" can be rewritten as "SELECT DATEPART(year,'12/20/1974');" as there are no columns used in the FROM clause. This would also make the comment "-- Uses AdventureWorks" unneeded.
Also, examples 3 & 5 do not need the "--------" above the result.
Thanks!
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@Protiguous -- thank you for your keen eye. I am looking into this article.
You are welcome! I like to think that I'm helping.
Now.. How can I get paid to edit these pages myself? Haha! (hmm..)
If notifying your editors of these when I come across them is *not *annoying,
shall I keep sending in notifications?
On Wed, Jun 3, 2020 at 4:45 PM William Anton Rohm notifications@github.com
wrote:
@Protiguous https://github.com/Protiguous -- thank you for your keen
eye. I am looking into this article.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/MicrosoftDocs/sql-docs/issues/4906#issuecomment-638499940,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AI3GVIELOXGQITR43CGSQGTRU3HCHANCNFSM4NRYC2WQ
.
@Protiguous -- you are welcome to send in anything you find!
@Protiguous When you're suggesting a simple change to the documentation, it may be faster for you to submit the edit yourself via a Pull Request (PR). You can do so by following these steps:
Doing so will allow authors to directly add your text to the documentation. This also displays your github image on the page of authors, and list you as a contributor to the documentation.
Thanks again for your submission!
@Protiguous -- I've tidied up the examples per your suggestions, except:
Thank you for your feedback!