SQL  快速生成不重复的卡号

 

 

--0042-9923-3598


select id = right('000000000000' + cast(cast(rand(checksum(newid()))*1000000000000 as bigint) as varchar),12) from Order

相关文章:

  • 2022-12-23
  • 2021-04-07
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
猜你喜欢
  • 2022-01-17
  • 2022-03-11
相关资源
相似解决方案