Subject | Re: [firebird-support] Calculated Fields |
---|---|
Author | Martijn Tonies |
Post date | 2005-09-28T11:40:15Z |
Hello Robert,
FIRSTNAME || LASTNAME
With regards,
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> How cani join two fields togetherBy using the standard operator for string concatenation:
> like FIRSTNAME + LASTNAME = FIRSTLAST
FIRSTNAME || LASTNAME
With regards,
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com