Skip to content

Commit 819afe3

Browse files
authored
Merge pull request #22226 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 4507d6e + 1fda92e commit 819afe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-external-table-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ WITH
10851085
)
10861086
)
10871087
1088-
CREATE EXTERNAL TABLE [dbo].[DimProductexternal]
1088+
CREATE EXTERNAL TABLE [dbo].[DimProduct_external]
10891089
( [ProductKey] [int] NOT NULL,
10901090
[ProductLabel] nvarchar NULL,
10911091
[ProductName] nvarchar NULL )

0 commit comments

Comments
 (0)