Skip to content

Commit 1627007

Browse files
authored
Merge pull request #99921 from LoHertel/patch-1
fix number of FORMAT arguments
2 parents d7ebe37 + e3a7eab commit 1627007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/develop-openrowset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ WITH ( {'column_name' 'column_type' [ 'column_ordinal' | 'json_path'] })
109109

110110
## Arguments
111111

112-
You have two choices for input files that contain the target data for querying. Valid values are:
112+
You have three choices for input files that contain the target data for querying. Valid values are:
113113

114114
- 'CSV' - Includes any delimited text file with row/column separators. Any character can be used as a field separator, such as TSV: FIELDTERMINATOR = tab.
115115

0 commit comments

Comments
 (0)