SQL-like query language for csv

System Functions

name description
CALL Execute a external command

Definitions

CALL

CALL(command [, argument ...])
command
string
argument
string
return
string

Execute an external command and returns the standard output as a string. If the external command failed, then the executing procedure is terminated with an error.