| List: | General Discussion | « Previous MessageNext Message » | |
| From: | <critters | Date: | September 1 2004 11:03am |
| Subject: | RE: A question of negative numbers.. | ||
| View as plain text | |||
Found answer to my own question: Returns the absolute value of X: mysql> SELECT ABS(2); -> 2 mysql> SELECT ABS(-32); -> 32 This function is safe to use with BIGINT values. MySQL Reference Manual (C) 2002 MySQL AB
| Thread | ||
|---|---|---|
| • A question of negative numbers.. | critters | 1 Sep |
| • Re: A question of negative numbers.. | Mikhail Entaltsev | 1 Sep |
| • Re: A question of negative numbers.. | Alec.Cawley | 1 Sep |
| • Re: A question of negative numbers.. | Khazret Sapenov | 1 Sep |
| • Re: A question of negative numbers.. | Michael Stassen | 1 Sep |
| • RE: A question of negative numbers.. | critters | 1 Sep |
