这篇文章主要为大家详细介绍了MySQL如何查询某一时间段内没有卖出的商品,具有一定的参考价值,可以用来参考一下。
感兴趣的小伙伴,下面一起跟随四海网的小编小韵来看看吧!
前端时间,室友拿来一道关于mysql查询的问题:代码如下:
select * from zd_product a1 left join zd_ord_pro a3 on a1.zp_id=a3.zp_id where a1.zp_id in (select zp_id from zd_order where a1.zp_id not in (select zp_id from zd_order a2 where a2.zo_voer_time>a1.inputtime and a2.zo_voer_time<a1.inputtime+30))
本文来自:http://www.q1010.com/177/9560-0.html
注:关于MySQL如何查询某一时间段内没有卖出的商品的内容就先介绍到这里,更多相关文章的可以留意四海网的其他信息。
关键词:MYSQL
四海网收集整理一些常用的php代码,JS代码,数据库mysql等技术文章。