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
 Sql Data Types Details

Author  Topic 

zeeshanjeelani
Starting Member

1 Post

Posted - 2009-10-04 : 05:13:38
Can any one provide me the link to get Sql Data types details

i mean datatypes with examples

i want to insert data in the follwoing format

00041505501

but when i insert it becomes
41505501
can any one tell me how to insert data like 000510015

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2009-10-04 : 05:57:21
looks like your data type is integer or numeric. Use string data type like char or varchar instead


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -