Skip to content

Commit e9460e8

Browse files
committed
Extends example at docs for FileQuery
1 parent b964cb0 commit e9460e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/file-query-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ SELECT
8787
GROUP_CONCAT(id, "/") AS products,
8888
SUM(price) AS totalPrice,
8989
COUNT(productId) AS productCount
90-
FROM [jsonFile](./examples/data/products.tmp).data.products
90+
FROM [csv](./examples/data/products.tmp, utf-8, ";").data.products
9191
SQL
9292
);
9393
```

0 commit comments

Comments
 (0)