Skip to content

Update from-transact-sql.md to re-add incorrectly-removed OUTER keyword #10131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

binki
Copy link
Contributor

@binki binki commented Jul 6, 2025

Two versions of the same query are present to demonstrate that the OUTER keyword is optional in the FULL OUTER JOIN syntax. However, currently, the two versions of the same query are actually the identical query.

This change makes the two examples different again to be consistent with the point being demonstrated as inferred from the context.

Fixes a regression in 87245a2.

Two versions of the same query are present to demonstrate that the `OUTER` keyword is optional in the `FULL OUTER JOIN` syntax. However, currently, the two versions of the same query are actually the identical query.

This change makes the two examples different again to be consistent with the point being demonstrated as inferred from the context.
Copy link
Contributor

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

Copy link
Contributor

Learn Build status updates of commit 7eb48f4:

✅ Validation status: passed

File Status Preview URL Details
docs/t-sql/queries/from-transact-sql.md ✅Succeeded

For more details, please refer to the build report.

@rwestMSFT
Copy link
Contributor

This is what happens when you use a T-SQL formatter when refreshing articles. Thanks for the fix. This was entirely my fault 😄

@rwestMSFT rwestMSFT merged commit 989cfb5 into MicrosoftDocs:live Jul 7, 2025
2 checks passed
Copy link
Contributor

PR 10131 has been merged from binki:patch-1 to MicrosoftDocs:live by rwestMSFT.

@binki

@binki binki deleted the patch-1 branch July 7, 2025 02:27
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.

3 participants