Commit 7eb48f4
authored
Update from-transact-sql.md to re-add incorrectly-removed OUTER keyword
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.1 parent 86acd84 commit 7eb48f4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
| |||
0 commit comments