当前位置:网站首页>postgresql 生成随机日期,随机时间
postgresql 生成随机日期,随机时间
2022-07-31 08:59:00 【MonkeyKing_sunyuhua】
生成随机的时间的SQL
SELECT make_time(floor((random() * 12))::int, floor((random() * 60))::int, floor((random() * 60))::int) AS rand_time;
生成随机的日期的SQL
SELECT current_date - floor((random() * 25))::int
生成随机的年月日时分秒的SQL
SELECT concat(current_date - floor((random() * 25))::int,' ',make_time(floor((random() * 12))::int, floor((random() * 60))::int, floor((random() * 60))::int))
边栏推荐
- JSP config对象的简介说明
- 35-Jenkins-Shared library application
- 期刊会议排名、信息检索网站推荐以及IEEE Latex模板下载
- I advise those juniors and juniors who have just started working: If you want to enter a big factory, you must master these core skills!Complete Learning Route!
- Aleo Testnet3规划大纲
- 蚂蚁核心科技产品亮相数字中国建设峰会 持续助力企业数字化转型
- JSP exception对象简介说明
- Andoird开发--指南针(基于手机传感器)
- 服务器上解压文件时提示“gzip: stdin: not in gzip format,tar: Child returned status 1,tar: Error is not recovera“
- 期刊投递时的 Late News Submission 是什么
猜你喜欢
随机推荐
ecshop安装的时候提示不支持JPEG格式
JSP session的生命周期简介说明
SSM framework explanation (the most detailed article in history)
第八章 、接口
Kotlin 优点
MySQL----多表查询
Vulkan与OpenGL对比——Vulkan的全新渲染架构
0730~Mysql优化
关于Error EPERM operation not permitted, mkdir...几种解决办法的比较
各位大佬,sqlserver 支持表名正则匹配吗
科目三:右转弯
【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议
MySQL 高级(进阶) SQL 语句 (一)
A brief introduction to the SSM framework
高并发高可用高性能的解决方案
高并发-高可用-高性能
【Unity】编辑器扩展-02-拓展Hierarchy视图
[Yellow ah code] Introduction to MySQL - 3. I use select, the boss directly drives me to take the train home, and I still buy a station ticket
How on one machine (Windows) to install two MYSQL database
51单片机-----外部中断