首页 > 代码库 > sql 创建随机数

sql 创建随机数

SELECT Left(Cast(Cast(1000000 * Rand(Cast(NewId() as binary(16))) as int) as nvarchar) + 000000, 6)

 

sql 创建随机数