MySQL Forums
Forum List  »  Newbie

Re: Random UNSIGNED BIGINT?
Posted by: Felix Geerinckx
Date: August 11, 2005 07:54AM

hmurphy wrote:

> I cannot accept that MySQL doesn't provide a MAX_BIGINT type constant

You can report a feature request here: http://bugs.mysql.com/report.php

By the way, the maximum UNSIGNED BIGINT is given by

SELECT CAST(-1 AS UNSIGNED);

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
August 10, 2005 03:03PM
Re: Random UNSIGNED BIGINT?
August 11, 2005 07:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.