Skip to content

Conversation

@AliRezaBoroujerdian
Copy link
Contributor

This PR updates the join syntax list to use [ INNER ] JOIN instead of INNER JOIN.

Rationale: In T-SQL, JOIN defaults to INNER

@prmerger-automator
Copy link
Contributor

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

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 94f9f2f:

✅ Validation status: passed

File Status Preview URL Details
docs/relational-databases/performance/joins.md ✅Succeeded

For more details, please refer to the build report.

@ttorble ttorble requested a review from Copilot September 29, 2025 14:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the documentation to clarify that the INNER keyword is optional in T-SQL JOIN syntax by changing the syntax notation from INNER JOIN to [ INNER ] JOIN.

  • Updated join syntax documentation to show INNER as an optional keyword
  • Aligns with T-SQL's default behavior where JOIN without a qualifier defaults to INNER JOIN

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ttorble
Copy link
Contributor

ttorble commented Sep 29, 2025

@MikeRayMSFT

Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Sep 29, 2025
@rwestMSFT rwestMSFT merged commit 7f6b690 into MicrosoftDocs:live Oct 3, 2025
2 checks passed
@prmerger-automator
Copy link
Contributor

PR 10186 has been merged from AliRezaBoroujerdian:docs/join-syntax-inner-optional to MicrosoftDocs:live by rwestMSFT.

@AliRezaBoroujerdian

@rwestMSFT
Copy link
Contributor

Thanks for your contribution!

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.

4 participants