Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我的查询有
哪里 date_trunc('DAY', mh.end) > ?
但是,当我尝试在单元格中输入“3/31/2012 12:00:00 AM”或“2012-01-31”之类的内容时,它会抱怨它不是 TIMEZONE 格式的时间戳。我怎样才能让它接受日期?我一直在尝试搜索,但没有发现其他人遇到此问题(我的搜索词可能已关闭)。
好的,我想通了。我不得不将日期转换为文本使用=TEXT(B1,"yyyy-mm-dd hh:mm:ss")之后它工作正常
=TEXT(B1,"yyyy-mm-dd hh:mm:ss")