Re: Bigint Hi,
On Jan 16, 2008 5:13 AM, Richard Heyes <richardh@phpguru.org> wrote:
> > I think it's the same.
>
> I seem to remember that a BIGINT id two INTs tacked together, so how is
> that possible?
MySQL uses BIGINT for most internal math. The data types influence
only how the data is stored, not how MySQL does computations. |