Difference between revisions of "CONCAT()"

From Lianjapedia
Jump to: navigation, search
 
m (1 revision)
(No difference)

Revision as of 05:04, 25 October 2011

Purpose

Function to concatenate two strings


Syntax

CONCAT(<expC1>, <expC2>)


See Also

AT(), ATNEXT(), INLIST(), LEFT(), OCCURS(), RAT(), RIGHT(), SET STRESCAPE, STR(), STREXTRACT(), STRSTR(), STRTRAN(), STUFF(), SUBSTR()


Description

The CONCAT() function concatenates the two specified strings, right-trimming both and adding <expC2> to the end of <expC1>.


Example

open database southwind
use customers
? concat(concat(city,', '),country)


Products

Recital Server, Recital