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

  • SEARCH
  • Home
  • 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 8589281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:01:04+00:00 2026-06-11T23:01:04+00:00

Why am I getting a precision error? INSERT INTO ISBN_LIST (ISBN) VALUES (9780261102354); Given

  • 0

Why am I getting a precision error?

INSERT INTO ISBN_LIST (ISBN) VALUES (9780261102354);

Given the table:

CREATE TABLE ISBN_LIST ( 
    ISBN NUMBER (20,20)  NOT NULL -- NUMBER(13) also didn't work
);
ALTER TABLE ISBN_LIST
    ADD CONSTRAINT PK_ISBN_LIST PRIMARY KEY ( ISBN );

[bonus points if you recognise the ISBN!]

  • 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-06-11T23:01:05+00:00Added an answer on June 11, 2026 at 11:01 pm

    The reason why you’re getting a precision error for number(20, 20) is because you are creating a number with precision 20 and scale 20, which means numbers:

    between 0.00000000000000000000 and 0.99999999999999999999.

    According to this sqlfiddle, number(13) works (maybe you need to specify number(13, 0) to ensure the right scale, though I would agree with @xavier that a varchar2(13 char) is probably a better choice of datatype.

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

Sidebar

Related Questions

CREATE TABLE CMCAPACITY(CMPATH VARCHAR(4000)NOT NULL, CAPACITY FLOAT(128), USAGE SMALLINT NOT NULL); I am getting
Getting a strange error when trying to insert data into an Access database using
I'm getting a loss of precision error when there should be none, AFAIK. this
I had an annoying issue, getting a Possible loss of precision error when compiling
I've written a program where the user can enter any number of values into
Using sql server 2008 I am getting and invalid precision value error in the
I have bulk records that are getting imported into a SQL Server 2005 table.
Getting 'Dispatcher has no subscribers' error while trying to post message to a channel
Getting this weird LINQ error. title = System.Linq.Enumerable+WhereSelectEnumerableIterator`2[System.Xml.Linq.XElement,System.String Here is the code I have:
I am getting a Segmentation Fault error when running my program in GCC. This

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.