【发布时间】:2013-03-14 21:48:33
【问题描述】:
我正在尝试运行查询
select * from OS_Historystep where step_name = '011' and finish_date = max(finish_date) ;
但我得到的错误是
ORA-00934: group function is not allowed here
00934. 00000 - "group function is not allowed here"
*Cause:
*Action:
Error at Line: 12 Column: 72
我做错了什么?
谢谢
【问题讨论】:
标签: oracle11g