展开全部
select * from #tempInventory
where (日期+料号+仓库) in
(select max(日期)+料号+仓库 from #tempInventory group by 料号,仓库,CONVERT(VARCHAR(100),LEFT(日期,10),23) )
where (日期+料号+仓库) in
(select max(日期)+料号+仓库 from #tempInventory group by 料号,仓库,CONVERT(VARCHAR(100),LEFT(日期,10),23) )
更多追问追答
追问
这样对日期强转会报错吧!
追答
不会的,我在sql server 里面跑过的,下面是我拿了测试的数据
create table #tempInventory(日期 char(30), 料号 char(10),仓库 Char(2),入库数量 int)
insert into #tempInventory values('2015/10/14 09:00','L012','A',300)
insert into #tempInventory values('2015/10/14 10:00','L012','A',200)
insert into #tempInventory values('2015/10/14 12:00','L012','A',150)
insert into #tempInventory values('2015/10/14 14:00','L012','A',700)
insert into #tempInventory values('2015/10/15 08:00','L6585','B',6000)
insert into #tempInventory values('2015/10/15 13:00','L6585','B',5810)
insert into #tempInventory values('2015/10/17 14:20','S3689','D',652)
insert into #tempInventory values('2015/10/17 19:30','S3689','D',368)
insert into #tempInventory values('2015/10/19 08:00','P3587','F',692)
insert into #tempInventory values('2015/10/19 10:30','P3587','F',300)
insert into #tempInventory values('2015/10/19 19:30','P3587','F',920)
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
景联文科技
2024-06-11 广告
2024-06-11 广告
一、什么是数据标注?1. 数据标注定义数据标注是对未经处理的语音、图片、文本、视频等数据进行加工处理, 并转换为机器可识别信息的过程。原始数据一般通过数据采集获得, 随后的数据标注相当于对数据进行加工, 然后输送到人工智能算法和模型里完成调...
点击进入详情页
本回答由景联文科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询