我有一张表可供对比。 该表有一个栏目,名称为<代码>matchdate,即<代码>datetime field。
如果我在2011-12-01年有3个对应点:
- 2011-12-01 12:00:00
- 2011-12-01 13:25:00
- 2011-12-01 16:00:00
我怎么问? 我如何询问所有时间在1个日期是否一致?
I have looked at date_trunc()
, to_char()
, etc.
Isn t there some "select * where datetime in date"
function?