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.
1 parent 54aace7 commit 5b4244aCopy full SHA for 5b4244a
articles/synapse-analytics/sql/develop-storage-files-overview.md
@@ -120,6 +120,8 @@ OPENROWSET(
120
BULK N'path_to_file(s)', FORMAT='PARQUET');
121
```
122
123
+Make sure [appropriate inferred data types](best-practices-sql-on-demand.md#check-inferred-data-types) are used for optimal performance.
124
+
125
### Filename function
126
127
This function returns the file name that the row originates from.
0 commit comments