Subject Re: [firebird-support] Update statement seems to stall
Author Aage Johansen
Bob Murdoch wrote:
> ...
> I am running the following query:
>
> update
> sku_price
> set
> end_date = (end_date + 1) - (1/24/60/60)
> ...


Isn't this equivalent to
end_date = (end_date + 1) - 0
?


--
Aage J.