macromedia.coldfusion.database_access
[Top] [All Lists]

Re: SQL Concatenation

Subject: Re: SQL Concatenation
From: "-==cfSearching==-" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 24 Apr 2008 02:28:22 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

I do not remember the correct syntax offhand, but try using + for the 
concatenation operator instead of & and use single quotes instead of double 
quotes

[firstname] + " " + [lastname] 

<Prev in Thread] Current Thread [Next in Thread>