|
Posted by mr gumpy on 10/10/26 11:39
"J.O. Aho" <user@example.net> wrote in message
news:44vo5aF3u9c9U1@individual.net...
> You need to use CONCAT and it's for strings, not for integers.
>
>
> UPDATE newCalls SET timeStamp=CONCAT('2003',timeStamp) WHERE timeStamp
> LIKE '10%';
>
> If your timestamp is in unix time, adding a year infront is to ruin the
> whole thing with timestamps.
>
>
>
> //Aho
Many thanks.
No it is not in unix time, but thanks for the warning. I should have made
clear that it is a string I cobble together.
G
Navigation:
[Reply to this message]
|