我正在使用 postgressql 我希望获取 currentdate 的数据,我想根据数据库中的日期过滤数据我的 plandate 文件被定义为Time stamp with time zone
所以它的显示像这种格式 2013-09-01 03:22:01.438348+05:30
我的查询是这样的
select ttodoid ,date,details from ttodo where date=currentdate():
但是 currentdate 函数根据这个结果只给我日期 '2013-10-06' 是没有行我如何管理它以获取今天的日期详细信息