MySQL随机生成0或1
MySQL
随机
生成
方法
rand
编程技术
发布日期
2022-09-09
更新日期
2022-09-09
阅读次数 59
文章字数 59
方法一:select floor(rand()*2)
方法二:select left(rand()*2,1)
方法三:select round(rand(),0)
文章作者: 朱丰华
文章链接: https://smart.52dixiaowo.com/blog/post-56.html
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。
MySQL
随机
生成
方法
rand
发表评论
相关推荐