H2 Database 简明教程
H2 Database - Call
CALL 是一个属于 H2 数据库服务器的 SQL 命令。此命令用于计算一个简单的表达式。它以单列字段形式返回给定表达式的结果。当它返回一个结果数组时,数组中的每个元素将会显示为一个列值。
CALL is a SQL command which belongs to H2 database server. This command is used to calculate a simple expression. It returns the result of the given expression in a single column field. When it returns an array of results, then each element in the array is displayed as a column value.