postgresql数据库查询特定日期的数据

select * from t_member_score_detail where score_type is  null and to_char(insert_time,'yyyy-mm-dd')='2019-10-10';

原文地址:https://www.cnblogs.com/dongyaotou/p/13098315.html