Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-import-into.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SetItem ::=
ColumnName '=' Expr

Format ::=
'CSV' | 'SQL' | 'PARQUET'
'FORMAT' ('"CSV"' | '"SQL"' | '"PARQUET"')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@qiancai can you help to check what does this looks like after rendered?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the description. Check this site: https://kennytm.github.io/website-docs/dist/

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this:
image


WithOptions ::=
'WITH' OptionItem (',' OptionItem)*
Expand Down