T-SQL產生 7位數整數亂數

(原創) 如何用T-SQL產生亂數? (Database) (SQL Server) (T-SQL)select round(rand(datepart(millisecond,getdate())),8)*100000000 a

相关文章: