Skip to content

Commit f8d5ce8

Browse files
authored
Update data-virtualization-overview.md
------- cc: @MladjoA
1 parent 2aab606 commit f8d5ce8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-sql/managed-instance/data-virtualization-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ When called without a parameter, filepath function returns the file path that th
200200
When called with a parameter, it returns part of the path that matches the wildcard on the position specified in the parameter. For example, parameter value 1 would return part of the path that matches the first wildcard.
201201

202202
Filepath function can also be used for filtering and aggregating rows:
203-
204-
### File metadata functions
205-
When querying multiple files or folders, you can use Filepath and Filename functions to read file metadata and get part of the path or full path and name of the file that the row in the result set originates from:
206203
```sql
207204
SELECT
208205
r.filepath() AS filepath

0 commit comments

Comments
 (0)