摘要:
select bm.MarketCode from bills_market bm where bm.create_time >= date(now()) and bm.create_time < DATE_ADD(date(now()),INTERVAL 1 DAY) ORDER BY bm.Ma 阅读全文
摘要:
select count(*) from (SELECT bg.GoodsID as gd1,bg.Minimum,bg.Maximum,ml.GoodsID as gd2 FROM Base_Goods bg right join Manage_Ledger ml on bg.GoodsID=ml 阅读全文