Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Oracle/OAS
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Oracle/OAS
Confused about the Number datatype
Mohnish Saini
Ranch Hand
Posts: 31
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have 2 tables and both having "PK" column.
In 1 table, PK is defined as NUMBER(38)
And in second table, PK is defined as only NUMBER.
What is difference in that?
Mohnish
Sona Patel
Ranch Hand
Posts: 75
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
NUMBER(p)
is a fixed point number with precision p and scale 0.
NUMBER
is a floating point number with precision 38. Note that a scale
value is not applicable for floating point numbers.
Refer below link
http://www4.utc.fr/~nf17/DOCS/complement/sqlplus-ref/NUMBER-DATATYPE.html
Would you turn that thing down? I'm controlling a mind here! Look ... look at the tiny ad ...
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Foreign key must have same number of columns as the referenced primary key
Returning A List Of Variables From A Folder Of Documents And Returning Them Into A New Document
1-M relationship & join queries?
Create a json object in javascript
Error in Hibernate while merging an object : More than one row with the given identifier was found
More...