2020-02-19
阅读量:
797
查询6月7日创建的线索在7月1日成交的合同总量
select count(id)
from tbl_contract left join tbl_clue on tbl_contract.clue_id=tbl_clue.clue_id
where date_format(tbl_clue.created_at,'%m-%d')='06-07' and date_format(tbl_contract.created_at,'%m-%d')='07-01';






评论(0)


暂无数据
推荐帖子
0条评论
1条评论
0条评论