Skip to content

Added comma after scan_phase in the example query.#4635

Merged
rothja merged 1 commit intoMicrosoftDocs:livefrom
sql3d:patch-2
May 6, 2020
Merged

Added comma after scan_phase in the example query.#4635
rothja merged 1 commit intoMicrosoftDocs:livefrom
sql3d:patch-2

Conversation

@sql3d
Copy link
Copy Markdown
Contributor

@sql3d sql3d commented Apr 24, 2020

The example query did not have a commas after multiple column names, which caused the next column name to become an alias for the previous column name. For example, no comma between scan_phase and error_count, which then made "error_count" the column alias for scan_phase.
Commas added after: scan_phase, tran_count, and schema_change_count

The example query did not have a commas after multiple column names, which caused the next column name to become an alias for the previous column name.  For example, no comma between scan_phase and error_count, which then made "error_count" the column alias for scan_phase.
Commas added after: scan_phase, tran_count, and schema_change_count
@PRMerger13
Copy link
Copy Markdown
Contributor

@sql3d : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@rothja
Copy link
Copy Markdown
Collaborator

rothja commented May 6, 2020

@sql3d Thanks for the fix. #sign-off

@PRMerger10
Copy link
Copy Markdown
Contributor

@rothja: I'm sorry - only the author of this article, @stevestein, can sign off on your changes. But we do have an exception process - if you are on the Microsoft content or product team for this product area, you can ask the PR review team to review and merge it by sending mail to the techdocprs alias.

@rothja rothja merged commit aa3f815 into MicrosoftDocs:live May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants