Loading...
Select Version
Table functions generate tables whose content depends on the call parameters or is derived from external data sources, e.g. files.
table_function ::= {
CSV ([FILE]
file DELIMITER
delimiter [QUOTE
quote ] [ESCAPE
escape ],
data_type ,...) |
DEE [()]
}
The table functions are described on "CSV() - Reading a BS2000 file as a table" and "DEE() - Table without columns".