Subject | Re: [firebird-support] Absolute value |
---|---|
Author | Ivan Prenosil |
Post date | 2006-05-30T08:29:37Z |
> Is there an absolute value function built into Firebird? If not whatSELECT CASE WHEN MyField<0 THEN -MyField ELSE MyField END
> would be the best way to implement one? Without building a stored
> procedure.
FROM MyTab
Ivan
http://www.volny.cz/iprenosil/interbase/