Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Decimal

Author  Topic 

Poddy88
Starting Member

26 Posts

Posted - 2009-02-09 : 10:55:38

Create Table Numbers( Model_ID NUMBER CONSTRAINT pk_Numbers PRIMARY KEY,
Width NUMBER(5));

when i view the data in the the table it wont show the decimal when i input using a insert, am i using the correct data type??

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2009-02-09 : 11:07:06
That CREATE TABLE statement is not valid for Microsoft Sql Server. This forum is specific to that product. What database system are you using?

Be One with the Optimizer
TG
Go to Top of Page

Poddy88
Starting Member

26 Posts

Posted - 2009-02-09 : 11:07:58
using oracle sql plus
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-09 : 11:11:16
then try your luck in some oracle forums like www.dbforums.com
Go to Top of Page
   

- Advertisement -