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

Documentation.

上级 9af863be
...@@ -86,7 +86,9 @@ BACKUP TO 'backup.zip' ...@@ -86,7 +86,9 @@ BACKUP TO 'backup.zip'
"Commands (DML)","CALL"," "Commands (DML)","CALL","
CALL expression CALL expression
"," ","
Calculates a simple expression. Calculates a simple expression. This statement returns a result set with one row,
except if the called function returns a result set itself.
If the called function returns an array, then each element in this array is returned as a column.
"," ","
CALL 15*25 CALL 15*25
" "
...@@ -3613,3 +3615,4 @@ Contains all values from start to end (this is a dynamic table). ...@@ -3613,3 +3615,4 @@ Contains all values from start to end (this is a dynamic table).
"," ","
SYSTEM_RANGE(0, 100) SYSTEM_RANGE(0, 100)
" "
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论