SQL-like query language for csv

String Operators

operator description
|| Concatenation

Syntax

string operator string
string
value

A string operator concatenate string values, and return a string value. If each of operands is not a string value, the value is converted to a string value.

If either of operands is null or conversion to string failed, return null.