FILTER

Converts and presents an expression as a string enclosed in quotes. If the expression is empty, presents it as NULL with no quotes.

Return Value

String

Syntax

FILTER( expr )

where expr is the expression to be quoted.

See Using Filter Functions.