sql 创建随机数
SELECT Left(Cast(Cast(1000000 * Rand(Cast(NewId() as binary(16))) as int) as nvarchar) + '000000', 6)
?
轉載于:https://www.cnblogs.com/mchuang/p/6079871.html
總結
- 上一篇: Memcached 数据缓存系统
- 下一篇: 飞起来的正则表达式