当前位置: 代码迷 >> Oracle开发 >> group异常
  详细解决方案

group异常

热度:43   发布时间:2016-04-24 07:24:33.0
group错误
insert into #temp_fristcall(id) select @id=MIN(id) from t_cdr_callout where group by worknumber having datepart(hh,handletime)>9
弱弱的问一下group关键字错误,要怎么修改

------解决方案--------------------
where 去掉
  相关解决方案