String Expressions # Following string expressions are supported: STRING only # expr || expr Any operation with NULL value produce NULL. select "hello " || "world!"; ["hello world!"]