Subject | RE: [firebird-support] Calculated Fields |
---|---|
Author | Clay Shannon |
Post date | 2005-09-28T13:14:28Z |
<<Hello Robert,
FIRSTNAME || LASTNAME >>
And, assuming you want a space between them:
FIRSTNAME || ' ' || LASTNAME
Clay Shannon,
Dimension 4 Software
> How cani join two fields togetherBy using the standard operator for string concatenation:
> like FIRSTNAME + LASTNAME = FIRSTLAST
FIRSTNAME || LASTNAME >>
And, assuming you want a space between them:
FIRSTNAME || ' ' || LASTNAME
Clay Shannon,
Dimension 4 Software