Skip to content

Commit 2557eaf

Browse files
authored
Merge pull request #1155 from akost/patch-1
Update create-view-transact-sql.md
2 parents 61ff1d9 + f28028a commit 2557eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-view-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ UNION ALL
217217
SELECT *
218218
FROM Server2.CompanyData.dbo.Customers_66
219219
UNION ALL
220-
--Select from mmeber table on Server3.
220+
--Select from member table on Server3.
221221
SELECT *
222222
FROM Server3.CompanyData.dbo.Customers_99;
223223
```

0 commit comments

Comments
 (0)