Skip to content

Commit 55e1145

Browse files
authored
Merge pull request #35884 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 9630ad3 + 0170af7 commit 55e1145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/queries/from-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ FROM { <table_source> [ , ...n ] }
157157
}
158158
159159
<join_type> ::=
160-
[ INNER ] [ <join hint> ] JOIN
160+
[ INNER ] [ <join_hint> ] JOIN
161161
| LEFT [ OUTER ] JOIN
162162
| RIGHT [ OUTER ] JOIN
163163
| FULL [ OUTER ] JOIN
@@ -189,7 +189,7 @@ FROM { <table_source> [ , ...n ] }
189189
}
190190
191191
<join_type> ::=
192-
[ INNER ] [ <join hint> ] JOIN
192+
[ INNER ] [ <join_hint> ] JOIN
193193
| LEFT [ OUTER ] JOIN
194194
| RIGHT [ OUTER ] JOIN
195195
| FULL [ OUTER ] JOIN

0 commit comments

Comments
 (0)