【SQL Server 学习系列】-- Sql:随机生成*

1 SELECT 13000000000+cast( floor(rand()*1000000000) as bigint)+ABS(CAST(CAST( NewID() AS BINARY(3) )AS INT))
原文地址:https://www.cnblogs.com/elliot-lei/p/5340848.html