本文介绍了如何确保最大主值永远不会耗尽的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! Microsoft sql server中int数据类型的最大值是 -2 ^ 63(-9,223,372,036,854,775,808)到2 ^ 63-1(9,223,372,036,854,775,807)。是否存在没有最大值的数据类型?我需要定义该数据类型的主键。我认为一个解决方案ID为GUID但我不知道如何获取特定的GUID,如果它是EmployeeId作为主键。怎么办?max value for int data type in Microsoft sql server is-2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807). is there any data type for which there is no max value ? i need to define the primary key of that data type.i think one solution id GUID but i do not know how to get the particular GUID say if it EmployeeId as primary key .What to do?推荐答案 这篇关于如何确保最大主值永远不会耗尽的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-30 14:18