1 Star 0 Fork 343

袁宇阳/沉浸式项目实战01-CRM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
今日简报sql.sql 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
select count(c.id)
from tb_clue c,tb_assign_record ar
where c.id=ar.assign_id
and ar.user_name='zhangsan'
and ar.type='0'
and ar.latest='1'
and date_format(ar.create_time,'%Y-%m-%d')='2022-04-18';
select count(b.id)
from tb_business b,tb_assign_record ar
where b.id=ar.assign_id
and ar.user_name='lisi'
and ar.type='1'
and ar.latest='1'
and date_format(ar.create_time,'%Y-%m-%d')='2022-05-03';
select count(course_id)
from tb_contract
where create_by='lisi'
and date_format(create_time,'%Y-%m-%d')='2022-04-20';
select sum(contract_order)
from tb_contract tc
where create_by='lisi'
and date_format(create_time,'%Y-%m-%d')='2022-04-20';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuan-yuyoung/huike-crm.git
git@gitee.com:yuan-yuyoung/huike-crm.git
yuan-yuyoung
huike-crm
沉浸式项目实战01-CRM
v1.0

搜索帮助