摘要:
随机函数 select rand() declare @age int set @age = rand()*100 select @age 数据类型转换 declare @birthday datatime set @birthday = getdate() select convert (varc 阅读全文
posted @ 2019-06-25 13:33
discover_dev
阅读(180)
评论(0)
推荐(0)