本文介绍了如何使用SQL Server 2005生成类似于CS10010001的AlphaNumaric的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何生成
CS(year)(month)001
CS(year)(month)001
like
CS1001001 ,
CS1001002,
CS1001003,
......
...........
在SQL Server 2005中具有自动递增功能
任何人都可以将上述查询发送给我吗?
谢谢,
Chaithanya
With auto increment in SQL Server 2005
Can any one please send me the query for the above
Thanks,
Chaithanya
推荐答案
这篇关于如何使用SQL Server 2005生成类似于CS10010001的AlphaNumaric的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!