Skip to content

Commit 7986e91

Browse files
authored
Update create-external-table-transact-sql.md
1 parent 59b7362 commit 7986e91

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
@@ -365,7 +365,7 @@ WITH (
365365
366366
CREATE EXTERNAL FILE FORMAT myfileformat_rc
367367
WITH (
368-
FORMAT = RCFILE,
368+
FORMAT_TYPE = RCFILE,
369369
SERDE_METHOD = 'org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarSerDe'
370370
)
371371
;

0 commit comments

Comments
 (0)