We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf54cd + 00b7e96 commit 19f9208Copy full SHA for 19f9208
articles/synapse-analytics/sql/develop-tables-external-tables.md
@@ -220,9 +220,9 @@ WITH (
220
{
221
FIELD_TERMINATOR = field_terminator
222
| STRING_DELIMITER = string_delimiter
223
- | First_Row = integer
+ | FIRST_ROW = integer
224
| USE_TYPE_DEFAULT = { TRUE | FALSE }
225
- | Encoding = {'UTF8' | 'UTF16'}
+ | ENCODING = {'UTF8' | 'UTF16'}
226
| PARSER_VERSION = {'parser_version'}
227
}
228
```
0 commit comments