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
 SQL Server 2000 Forums
 Transact-SQL (2000)
 How can I store 13 digits numeric data in a field

Author  Topic 

Ismaeel
Starting Member

1 Post

Posted - 2004-08-13 : 03:11:27
I am begginner in MS SQL. Will you please inform me how can I store 13 digits numeric data in a field.

LarsG
Constraint Violating Yak Guru

284 Posts

Posted - 2004-08-13 : 03:33:02
Use decimal(13) as datatype.
Go to Top of Page
   

- Advertisement -