发布网友 发布时间:2022-04-08 05:37
共2个回答
懂视网 时间:2022-04-08 09:58
的员工的姓名和工资 员工表emp(id,name,dept_id,salary,) 部门表dept(id,name)sql笔试
标签:
热心网友 时间:2022-04-08 07:06
select sum (m.order_price) from (select * from sellorders m ,(select * from branch b, storehouse n where b.branch_id = n.branch_id)t where m.store_id = t.store_id and m.delivery_state = 15 and (m.order_price>500) and (date(m.order_time) between '2015-03-01' and '2015-03-31') and b.branch_id = ?)