presto jdbc sql 查询报错
Query failed (#20201021_073616_00024_m7747): line 1:72: Cannot check if timestamp is BETWEEN varchar(19) and varchar(19)
解决方案:在时间类型前 加 timestamp 关键字
where creationdate BETWEEN timestamp ‘2020-10-21 00:00:00’ and timestamp ‘2020-10-21 23:59:59’