Subject | Re: [firebird-support] How to concatenate strings in UPDATE statement ? |
---|---|
Author | Martijn Tonies |
Post date | 2007-06-12T08:19:19Z |
> I am using Firebird 2.0.1 (on Windows) and I am having a following SQLWhat error?
> problem:
>
> I have to port following SQL that works fine on Mysql:
>
> UPDATE PROJECTS SET CODE = CONCAT('J.P.', SUBSTRING(CODE,3))
>
> It seems that there is no CONCAT method in Firebird, so I've run
> google search to see what operator could I use for this
>
> I've tried following query variants, but all of them report SQL error!
> UPDATE PROJECTS SET CODE = 'J.P.' || SUBSTRING(CODE,3)Martijn Tonies
> UPDATE PROJECTS SET CODE = ('J.P.' || SUBSTRING(CODE,3))
> UPDATE PROJECTS SET CODE = 'J.P.' + SUBSTRING(CODE,3)
>
> Can anyone suggest a working solution ?
Database Workbench - development tool for Firebird and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com