Skip to content

Commit 6f49085

Browse files
authored
Add FORMAT keyword to import statement options (#22301) (#22304)
1 parent 127d74b commit 6f49085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql-statements/sql-statement-import-into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ SetItem ::=
8585
ColumnName '=' Expr
8686
8787
Format ::=
88-
'CSV' | 'SQL' | 'PARQUET'
88+
'FORMAT' ('"CSV"' | '"SQL"' | '"PARQUET"')
8989
9090
WithOptions ::=
9191
'WITH' OptionItem (',' OptionItem)*

0 commit comments

Comments
 (0)