Subject | Re: [firebird-support] Calculated Fields |
---|---|
Author | Martijn Tonies |
Post date | 2005-09-28T13:20:59Z |
Nitpicking... :-)
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 togetherThere wasn't a space in the original message ;-)
> > like FIRSTNAME + LASTNAME = FIRSTLAST
>
> By using the standard operator for string concatenation:
>
> FIRSTNAME || LASTNAME >>
>
> And, assuming you want a space between them:
>
> 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