postgresql数据库查询特定日期的数据
select * from t_member_score_detail where score_type is null and to_char(insert_time,'yyyy-mm-dd')='2019-10-10';
select * from t_member_score_detail where score_type is null and to_char(insert_time,'yyyy-mm-dd')='2019-10-10';