AbsDB SQL String concatenation

<< Click to Display Table of Contents >>

Navigation:  SQL Reference Absolute Database >

AbsDB SQL String concatenation

Previous pageReturn to chapter overviewNext page

String Concatenation

The strings concatenation is provided by the following Absolute Database operators:

Operator

Description

Example

+

concatenation

LastName + ', ' + FirstName

||

concatenation

LastName || ', ' || FirstName

 

Note: De to karakterer "||" vil på et dansk tastatur oftest findes på tasten med [ ´ ] og kan aktiveres med tastekombinationen [AltGr]-[ ´ ].

_____________________________

27-10-2017 - Niels Knabe