开发者

what could be a suitable datatype for storing telephone numbers in sql server 2005? [duplicate]

开发者 https://www.devze.com 2022-12-31 05:01 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicate: What datatype should be used for storing phone numbers in SQL Server 2005?
This question already has answers here: Closed 12 years ago.

Possible Duplicate:

What datatype should be used for storing phone numbers in SQL Server 2005?

There are various datatypes from which 开发者_JAVA百科i can choose for example varchar or bigint or decimal or money but which one could be the best in all respect.


VARCHAR - a telephone number is a highly geographically-specific data item, and may typically contain brackets, hyphens, or letters as well as numeric digits.

0

精彩评论

暂无评论...
验证码 换一张
取 消