Contents - Index


CONCAT - Literal

This concatenate is designed to add a literal to the end of an existing view attribute.

The generated statement will do a right trim of the target view attribute plus the "Spaces Between" and the add the specified literial.


Example: 

|  SET export test description TO concat(substr(export test description, 1, 
|      length(trim(export test description)) + 1), "New Literal"