【发布时间】:2020-06-13 22:10:33
【问题描述】:
我有一些类似的数据
id post created_at
1 test timestamp
2 hello timestamp
3 test timestamp
- 如何返回特定日期的数据,例如
2020-06-14 - 如何从特定日期返回特定小时的数据
2020-06-14 11
我使用rails,postgres
【问题讨论】:
标签: ruby-on-rails ruby postgresql