Subject ABS
Author Michael Vilhelmsen <Michael.Vilhelmsen@M
Hi

Is it posible to make a select where I wants an absolute value in my
where
statement ?
Something like this:

Select * from MyTable where ABS(MyField)>1;

Michael