Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7500439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:11:16+00:00 2026-05-29T20:11:16+00:00

I’m having a problem with several tables I’m trying to enter into an Xampp

  • 0

I’m having a problem with several tables I’m trying to enter into an Xampp database. I keep on getting “out of column bounds” errors (I’m interpreting this as meaning I’ve declared a DataType with too large a size). I’m using w3schools page for the appropriate sizes (http://www.w3schools.com/sql/sql_datatypes.asp). According to the site:

TINYINT can hold numbers in a range of 0 to 225 if declared as unsigned

BIGINT can hold numbers in a range of 0 to 18446744073709551615 if declared as unsigned

DOUBLE does not have a range listed

What I’m looking for is an example (I’ve looked through a lot of websites and a MySQL book and haven’t found any) of declaring these in their largest form or some clarification as to how to how declaring these and similar dataytypes work. My current understanding is that:

TINYINT(size) where size can be as great as 127 if signed and 225 as unsigned EX:

tinyint_var TINYINT(127)

or

tinyint_unsigned_var TINYINT(225) UNSIGNED

BIGINT(size) where size can be as great as 9223372036854775807 if signed or 18446744073709551615 as unsigned

biginT_var BIGINT(9223372036854775807)

or

bigint_unsigned_var BIGINT(18446744073709551615)

DOUBLE(size, decimalplaces) not sure what the bounds are on this clarification apreciated.

I’m getting errors with BIGINT:

bigint_var BIGINT(1000000000)

and with DOUBLE:

double_var DOUBLE(1000, 2)

Thanks for any help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T20:11:22+00:00Added an answer on May 29, 2026 at 8:11 pm

    You seem to have misunderstood the SQL notation for declarations. This:

    tinyint_var TINYINT(127)
    

    is trying to declare a TINYINT with display-width of 127 digits (see http://dev.mysql.com/doc/refman/5.6/en/numeric-type-attributes.html). Since, as you’ve read, a TINYINT only holds values up to, at most, 255, its values can’t be anywhere near 127 digits long, so a display-width of 127 digits is not allowed.

    (And, similarly for your other examples.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am currently running into a problem where an element is coming back from
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.