提交 df729058 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 1c722fb1
......@@ -3483,6 +3483,7 @@ This function can be used like a table: ""SELECT * FROM CSVREAD(...)"".
Instead of a file, an URL may be used, for example
""jar:file:///c:/temp/example.zip!/org/example/nested.csv"".
To read a stream from the classpath, use the prefix ""classpath:"".
To read from HTTP, use the prefix ""http:"" (as in a browser).
For performance reason, CSVREAD should not be used inside a join.
Instead, import the data first (possibly into a temporary table) and then use the table.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论