AbsDB SQL String concatenation
|
<< Click to Display Table of Contents >> AbsDB SQL String concatenation |
![]() ![]()
|
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