提交 2ef66ff0 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 0450b0b2
...@@ -2372,7 +2372,7 @@ CURRVAL('TESTSEQ') ...@@ -2372,7 +2372,7 @@ CURRVAL('TESTSEQ')
" "
"Functions (System)","CSVREAD"," "Functions (System)","CSVREAD","
CSVREAD(fileNameString [, columnNamesString [, charsetString [, fieldSeparator]]]): resultSet CSVREAD(fileNameString [, columnNamesString [, charsetString [, fieldSeparatorString]]]): resultSet
"," ","
Returns the result set of reading the CSV (comma separated values) file. Returns the result set of reading the CSV (comma separated values) file.
If the column names are specified (a comma separated list of column names), If the column names are specified (a comma separated list of column names),
...@@ -2385,7 +2385,7 @@ CALL CSVREAD('test.csv') ...@@ -2385,7 +2385,7 @@ CALL CSVREAD('test.csv')
" "
"Functions (System)","CSVWRITE"," "Functions (System)","CSVWRITE","
CSVWRITE(fileNameString, queryString [, charsetString [, fieldSeparator]]): null CSVWRITE(fileNameString, queryString [, charsetString [, fieldSeparatorString]]): null
"," ","
Writes a CSV (comma separated values). Writes a CSV (comma separated values).
The file is overwritten if it exists. The file is overwritten if it exists.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论