当前位置:网站首页>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))
边栏推荐
- 优信年营收16亿:亏损3亿 已与蔚来资本及58集团签署股权协议
- How to Install MySQL on Linux
- 状态机动态规划之股票问题总结
- 如何使用mysql binlog 恢复数据
- Scala基础【seq、set、map、元组、WordCount、队列、并行】
- Docker-compose安装mysql
- 【小程序项目开发--京东商城】uni-app之自定义搜索组件(上)-- 组件UI
- 【小程序项目开发-- 京东商城】uni-app之商品列表页面 (上)
- JSP page对象简介说明
- 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!
猜你喜欢
刷题《剑指Offer》day05
奉劝那些刚参加工作的学弟学妹们:要想进大厂,这些核心技能是你必须要掌握的!完整学习路线!
关于Error EPERM operation not permitted, mkdir...几种解决办法的比较
射频电路学习之滤波电路
Doraemon teach you forwarded and redirect page
[What is the role of auto_increment in MySQL?】
【MySQL功法】第3话 · MySQL中常见的数据类型
【小程序项目开发-- 京东商城】uni-app之商品列表页面 (上)
【RISC-V】risc-v架构学习笔记(架构初学)
【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议
随机推荐
[MySQL exercises] Chapter 2 Basic operations of databases and data tables
我的创作纪念日
高并发-高可用-高性能
sqli-labs(less-11)
科目三:左转弯
Define event types in Splunk Web
The torch distributed training
@RequestBody和@RequestParam区别
SSM框架讲解(史上最详细的文章)
JSP application对象简介说明
【Unity】编辑器扩展-01-拓展Project视图
2022/7/30 考试总结
Docker-compose安装mysql
35-Jenkins-Shared library application
(C语言基础)原样输入输出
JSP exception对象简介说明
[Mini Program Project Development--Jingdong Mall] Custom Search Component of uni-app (Part 1)--Component UI
C# 正则表达式汇总
基于golang的swagger超贴心、超详细使用指南【有很多坑】
51单片机-----外部中断