Skip to content

Commit 19f9208

Browse files
authored
Merge pull request #192443 from azaricstefan/patch-13
update to upper case letters
2 parents 6bf54cd + 00b7e96 commit 19f9208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql/develop-tables-external-tables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ WITH (
220220
{
221221
FIELD_TERMINATOR = field_terminator
222222
| STRING_DELIMITER = string_delimiter
223-
| First_Row = integer
223+
| FIRST_ROW = integer
224224
| USE_TYPE_DEFAULT = { TRUE | FALSE }
225-
| Encoding = {'UTF8' | 'UTF16'}
225+
| ENCODING = {'UTF8' | 'UTF16'}
226226
| PARSER_VERSION = {'parser_version'}
227227
}
228228
```

0 commit comments

Comments
 (0)